[112651] trunk/dports/lang/php/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 28 15:25:05 PDT 2013


Revision: 112651
          https://trac.macports.org/changeset/112651
Author:   ryandesign at macports.org
Date:     2013-10-28 15:25:05 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
php-zip: specify zlib location (#40983); remove unnecessary pcre dependency

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-10-28 22:24:02 UTC (rev 112650)
+++ trunk/dports/lang/php/Portfile	2013-10-28 22:25:05 UTC (rev 112651)
@@ -1136,9 +1136,9 @@
     
     long_description        ${description}
     
-    depends_build-append    port:pcre
+    depends_lib-append      port:zlib
     
-    depends_lib-append      port:zlib
+    configure.args-append   --with-zlib-dir=${prefix}
 }
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/88cb6f9f/attachment.html>


More information about the macports-changes mailing list