[63527] trunk/dports/php/php5-postgresql/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 6 23:47:17 PST 2010


Revision: 63527
          http://trac.macports.org/changeset/63527
Author:   ryandesign at macports.org
Date:     2010-02-06 23:47:14 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
php5-postgresql: use archcheck portgroup

Modified Paths:
--------------
    trunk/dports/php/php5-postgresql/Portfile

Modified: trunk/dports/php/php5-postgresql/Portfile
===================================================================
--- trunk/dports/php/php5-postgresql/Portfile	2010-02-07 06:54:45 UTC (rev 63526)
+++ trunk/dports/php/php5-postgresql/Portfile	2010-02-07 07:47:14 UTC (rev 63527)
@@ -2,6 +2,7 @@
 
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
+PortGroup                       archcheck 1.0
 
 php5extension.setup             postgresql 5.3.1 bundled
 revision                        2
@@ -24,18 +25,21 @@
 
 variant postgresql82 conflicts postgresql83 postgresql84 description {Use PostgreSQL 8.2 libraries} {
     depends_lib-append          port:postgresql82
+    archcheck.files-append      lib/postgresql82/libpq.dylib
     configure.args-append       --with-pgsql=${prefix}/lib/postgresql82/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql82/bin
 }
 
 variant postgresql83 conflicts postgresql82 postgresql84 description {Use PostgreSQL 8.3 libraries} {
     depends_lib-append          port:postgresql83
+    archcheck.files-append      lib/postgresql83/libpq.dylib
     configure.args-append       --with-pgsql=${prefix}/lib/postgresql83/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
 }
 
 variant postgresql84 conflicts postgresql82 postgresql83 description {Use PostgreSQL 8.4 libraries} {
     depends_lib-append          port:postgresql84
+    archcheck.files-append      lib/postgresql84/libpq.dylib
     configure.args-append       --with-pgsql=${prefix}/lib/postgresql84/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql84/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100206/1bd33a1a/attachment.html>


More information about the macports-changes mailing list