[21086] trunk/dports/www/php4/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun Dec 31 06:39:07 PST 2006
Revision: 21086
http://trac.macosforge.org/projects/macports/changeset/21086
Author: jwa at macports.org
Date: 2006-12-31 06:39:07 -0800 (Sun, 31 Dec 2006)
Log Message:
-----------
postgresql dependency to v. 8.2
Modified Paths:
--------------
trunk/dports/www/php4/Portfile
Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile 2006-12-31 14:37:13 UTC (rev 21085)
+++ trunk/dports/www/php4/Portfile 2006-12-31 14:39:07 UTC (rev 21086)
@@ -142,11 +142,11 @@
pre-configure {
file mkdir ${workpath}/pgsql8
system "cd ${workpath}/pgsql8 && \
- ln -sf ${prefix}/include/postgresql81 include && \
- ln -sf ${prefix}/lib/postgresql81 lib && \
- ln -sf ${prefix}/lib/postgresql81/bin bin"
+ ln -sf ${prefix}/include/postgresql82 include && \
+ ln -sf ${prefix}/lib/postgresql82 lib && \
+ ln -sf ${prefix}/lib/postgresql82/bin bin"
}
- depends_lib-append port:postgresql81
+ depends_lib-append port:postgresql82
configure.args-append --with-pgsql=${workpath}/pgsql8
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061231/a5a946fc/attachment.html
More information about the macports-changes
mailing list