Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 33669

Show
Ignore:
Timestamp:
2008-02-02 13:09:11 (10 months ago)
Author:
gui_dos@…
Message:

gnumeric: enabled the Python plugins

Location:
trunk/dports/gnome/gnumeric
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gnumeric/Portfile

    r33367 r33669  
    55name            gnumeric 
    66version         1.8.1 
     7revision        1 
    78description     A spreadsheet with gnome support. 
    89long_description        A spreadsheet with gnome support. 
     
    1415use_bzip2       yes 
    1516checksums       md5 a80ae52484b07d772297dcde6c0dab47 
    16  
    1717depends_lib     port:libgsf \ 
    1818                port:goffice \ 
    1919                port:libgnomeprintui \ 
    2020                port:dbus \ 
    21                 port:dbus-glib 
     21                port:dbus-glib \ 
     22                port:py25-gtk 
    2223depends_build   port:gnome-doc-utils 
    2324 
    24 configure.args  --without-python \ 
    25                 --disable-scrollkeeper 
     25configure.args  --disable-scrollkeeper 
     26configure.python ${prefix}/bin/python2.5 
     27 
     28patchfiles      patch-plugins-python-loader-gnm-python.c \ 
     29                patch-plugins-python-loader-py-gnumeric.c 
    2630 
    2731post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }