[21291] trunk/dports/perl/p5-dbd-pg/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jan 19 11:41:57 PST 2007
Revision: 21291
http://trac.macosforge.org/projects/macports/changeset/21291
Author: narf_tm at macports.org
Date: 2007-01-19 11:41:57 -0800 (Fri, 19 Jan 2007)
Log Message:
-----------
Change dependency from postgresql81 to 82 and fixed paths.
Modified Paths:
--------------
trunk/dports/perl/p5-dbd-pg/Portfile
Modified: trunk/dports/perl/p5-dbd-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-pg/Portfile 2007-01-19 18:52:36 UTC (rev 21290)
+++ trunk/dports/perl/p5-dbd-pg/Portfile 2007-01-19 19:41:57 UTC (rev 21291)
@@ -12,9 +12,9 @@
platforms darwin
checksums sha1 37c1c37a02afa00d48f8dd739d5d8502a7c40045
-depends_lib-append port:postgresql81 port:openssl port:p5-dbi
+depends_lib-append port:postgresql82 port:openssl port:p5-dbi
-configure.env PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
- POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
+configure.env PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
+ POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070119/0b06513a/attachment.html
More information about the macports-changes
mailing list