Modified: trunk/dports/php/php5-memcached/Portfile (71056 => 71057)
--- 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
+}