[112799] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Fri Nov 1 12:11:10 PDT 2013


Revision: 112799
          https://trac.macports.org/changeset/112799
Author:   ryandesign at macports.org
Date:     2013-11-01 12:11:10 -0700 (Fri, 01 Nov 2013)
Log Message:
-----------
php-memcache: indicate where zlib is (#41113)

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

Modified: trunk/dports/php/php-memcache/Portfile
===================================================================
--- trunk/dports/php/php-memcache/Portfile	2013-11-01 19:10:31 UTC (rev 112798)
+++ trunk/dports/php/php-memcache/Portfile	2013-11-01 19:11:10 UTC (rev 112799)
@@ -24,6 +24,8 @@
 checksums               rmd160  e65c9ed6dca0eff012dc980a6acd5f81b2f3d396 \
                         sha256  73006c02194a5a7c196c6488d449e5f8c75573a73568fe1a94b15157c147305d
 
-if {${name} != ${subport}} {
+if {${name} ne ${subport}} {
     depends_lib-append  port:memcached port:zlib
+
+    configure.args-append --with-zlib-dir=${prefix}
 }

Modified: trunk/dports/php/php5-memcache/Portfile
===================================================================
--- trunk/dports/php/php5-memcache/Portfile	2013-11-01 19:10:31 UTC (rev 112798)
+++ trunk/dports/php/php5-memcache/Portfile	2013-11-01 19:11:10 UTC (rev 112799)
@@ -21,3 +21,5 @@
                         sha256  73006c02194a5a7c196c6488d449e5f8c75573a73568fe1a94b15157c147305d
 
 depends_lib-append      port:memcached 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/20131101/28d5fd1c/attachment.html>


More information about the macports-changes mailing list