[71057] trunk/dports/php/php5-memcached/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 30 16:28:11 PDT 2010


Revision: 71057
          http://trac.macports.org/changeset/71057
Author:   ryandesign at macports.org
Date:     2010-08-30 16:28:09 -0700 (Mon, 30 Aug 2010)
Log Message:
-----------
php5-memcached: add igbinary variant; see #26289

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

Modified: trunk/dports/php/php5-memcached/Portfile
===================================================================
--- trunk/dports/php/php5-memcached/Portfile	2010-08-30 23:17:26 UTC (rev 71056)
+++ trunk/dports/php/php5-memcached/Portfile	2010-08-30 23:28:09 UTC (rev 71057)
@@ -24,3 +24,8 @@
 
 configure.args-append   --with-libmemcached-dir=${prefix} \
                         --with-zlib-dir=${prefix}
+
+variant igbinary description {enable igbinary serialization extension} {
+    depends_lib-append      port:php5-igbinary
+    configure.args-append   --enable-memcached-igbinary
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100830/f083f028/attachment.html>


More information about the macports-changes mailing list