aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-29 21:51:49 +0800
committermat <mat@FreeBSD.org>2016-06-29 21:51:49 +0800
commitfa4acb9be02b6aadf8dd2266cacba8136af3c30f (patch)
tree75e84a2eb95a673b9deeead98f17c05292bda52d /databases
parente56c95fc56fc635e0733547ad6cf78a49a3efc75 (diff)
downloadfreebsd-ports-graphics-fa4acb9be02b6aadf8dd2266cacba8136af3c30f.tar.gz
freebsd-ports-graphics-fa4acb9be02b6aadf8dd2266cacba8136af3c30f.tar.zst
freebsd-ports-graphics-fa4acb9be02b6aadf8dd2266cacba8136af3c30f.zip
Missed a few opt_USE=php=foo when building extensions.
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r--databases/pecl-memcached/Makefile2
-rw-r--r--databases/php56-redis/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile
index 0d013433334..2c76a0614ca 100644
--- a/databases/pecl-memcached/Makefile
+++ b/databases/pecl-memcached/Makefile
@@ -28,7 +28,7 @@ USE_PHP= json:build session:build
USES= php:ext pkgconfig tar:tgz
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
-IGBINARY_USE= PHP=igbinary
+IGBINARY_USE= PHP=igbinary:build
SASL_CONFIGURE_ENABLE= memcached-sasl
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
diff --git a/databases/php56-redis/Makefile b/databases/php56-redis/Makefile
index c45e806e4b1..4e45be427e6 100644
--- a/databases/php56-redis/Makefile
+++ b/databases/php56-redis/Makefile
@@ -26,6 +26,6 @@ OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
IGBINARY_CONFIGURE_ENABLE= redis-igbinary
-IGBINARY_USE= php=igbinary
+IGBINARY_USE= php=igbinary:build
.include <bsd.port.mk>