Changeset 20833
- Timestamp:
- 12/02/06 03:47:24 (2 years ago)
- Location:
- trunk/dports/python/py-gnome
- Files:
-
- 2 added
- 1 modified
-
Portfile (modified) (3 diffs)
-
files (added)
-
files/patch-bonobo-Makefile.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-gnome/Portfile
r20377 r20833 4 4 5 5 name py-gnome 6 version 2.1 2.46 version 2.16.2 7 7 categories python gnome 8 8 platforms darwin … … 12 12 13 13 homepage http://www.daa.com.au/~james/software/pygtk/ 14 master_sites gnome:sources/gnome-python/2.1 2/14 master_sites gnome:sources/gnome-python/2.16/ 15 15 use_bzip2 yes 16 16 distname gnome-python-${version} 17 checksums md5 94347f1bff86ffcce76111fa8dac1efc\18 sha1 1a882ec8f314d458c4c115403e9e19521e135629\19 rmd160 cb2d2f27d82ecea6746169ab0976363131e110fe17 checksums md5 b365a772c8c9eac24b368c7e26845dc8 \ 18 sha1 90a5cd988bb13158004c154d7a9591e18cde0996 \ 19 rmd160 ecccd7f502ebab9534d117489dd69c3f56687650 20 20 21 21 depends_lib \ … … 27 27 28 28 configure.env CFLAGS="-no-cpp-precomp -flat_namespace \ 29 -undefined suppress -I${prefix}/include" 29 -I${prefix}/include" \ 30 LDFLAGS="-L${prefix}/lib" 31 32 patchfiles patch-bonobo-Makefile.in

