Ticket #13667: Portfile.diff
File Portfile.diff, 519 bytes (added by wsiegrist@…, 17 years ago) |
---|
-
Portfile
old new 20 20 distname psycopg2-${version} 21 21 checksums md5 052e4b97dab47708fdcdc36ffb25af66 22 22 23 depends_lib-append port:postgresql8 1\23 depends_lib-append port:postgresql82 \ 24 24 port:openssl 25 25 26 26 patchfiles patch-setup.cfg 27 27 28 28 post-patch { 29 29 reinplace \ 30 s|@PG_CONFIG@|${prefix}/lib/postgresql8 1/bin/pg_config|g \30 s|@PG_CONFIG@|${prefix}/lib/postgresql82/bin/pg_config|g \ 31 31 ${worksrcpath}/setup.cfg 32 32 }