Changeset 33669
- Timestamp:
- 2008-02-02 13:09:11 (10 months ago)
- Location:
- trunk/dports/gnome/gnumeric
- Files:
-
- 3 added
- 1 modified
-
Portfile (modified) (2 diffs)
-
files (added)
-
files/patch-plugins-python-loader-gnm-python.c (added)
-
files/patch-plugins-python-loader-py-gnumeric.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnumeric/Portfile
r33367 r33669 5 5 name gnumeric 6 6 version 1.8.1 7 revision 1 7 8 description A spreadsheet with gnome support. 8 9 long_description A spreadsheet with gnome support. … … 14 15 use_bzip2 yes 15 16 checksums md5 a80ae52484b07d772297dcde6c0dab47 16 17 17 depends_lib port:libgsf \ 18 18 port:goffice \ 19 19 port:libgnomeprintui \ 20 20 port:dbus \ 21 port:dbus-glib 21 port:dbus-glib \ 22 port:py25-gtk 22 23 depends_build port:gnome-doc-utils 23 24 24 configure.args --without-python \ 25 --disable-scrollkeeper 25 configure.args --disable-scrollkeeper 26 configure.python ${prefix}/bin/python2.5 27 28 patchfiles patch-plugins-python-loader-gnm-python.c \ 29 patch-plugins-python-loader-py-gnumeric.c 26 30 27 31 post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }

