Changeset 33631
- Timestamp:
- 02/01/2008 05:08:47 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/python/py25-psycopg2/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-psycopg2/Portfile
r31740 r33631 6 6 name py25-psycopg2 7 7 version 2.0.5.1 8 revision 1 8 9 categories python databases 9 10 maintainers nomaintainer … … 21 22 checksums md5 052e4b97dab47708fdcdc36ffb25af66 22 23 23 depends_lib-append port:postgresql8 1\24 depends_lib-append port:postgresql82 \ 24 25 port:openssl 25 26 … … 28 29 post-patch { 29 30 reinplace \ 30 s|@PG_CONFIG@|${prefix}/lib/postgresql8 1/bin/pg_config|g \31 s|@PG_CONFIG@|${prefix}/lib/postgresql82/bin/pg_config|g \ 31 32 ${worksrcpath}/setup.cfg 32 33 }

