[19972] trunk/dports/www/php5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 7 01:26:08 PDT 2006


Revision: 19972
          http://trac.macosforge.org/projects/macports/changeset/19972
Author:   jwa at macports.org
Date:     2006-10-07 01:26:08 -0700 (Sat, 07 Oct 2006)

Log Message:
-----------
Corrected the postgresql paths

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2006-10-07 08:18:48 UTC (rev 19971)
+++ trunk/dports/www/php5/Portfile	2006-10-07 08:26:08 UTC (rev 19972)
@@ -4,7 +4,7 @@
 
 name			php5
 version			5.1.6
-revision		1
+revision		2
 categories      lang php www
 maintainers     macports-2006 at ryandesign.com, jwa at macports.org
 
@@ -177,8 +177,8 @@
 
 variant postgresql {
 	depends_lib-append	port:postgresql81
-	configure.args-append	--with-pgsql=${prefix}/lib/pgsql8/bin \
-				--with-pdo-pgsql=${prefix}/lib/pgsql8/bin
+	configure.args-append	--with-pgsql=${prefix}/lib/postgresql81/bin \
+				--with-pdo-pgsql=${prefix}/lib/postgresql81/bin
 }
 
 # if no apache/apache2/fastcgi variant is set, we set it (need better default variant management)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061007/4c54064b/attachment.html


More information about the macports-changes mailing list