aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-memcached
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-21 03:37:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-21 03:37:41 +0800
commit779b0ae9075f6b5c7e5846b4e9e535cd9ec0cf5b (patch)
tree847f2b3dfb93af0e202aa322f26aad5a68cac36b /databases/pecl-memcached
parent92833ef49bd9504470bc62751f631ae32bcf61c8 (diff)
downloadfreebsd-ports-gnome-779b0ae9075f6b5c7e5846b4e9e535cd9ec0cf5b.tar.gz
freebsd-ports-gnome-779b0ae9075f6b5c7e5846b4e9e535cd9ec0cf5b.tar.zst
freebsd-ports-gnome-779b0ae9075f6b5c7e5846b4e9e535cd9ec0cf5b.zip
Prepare for PHP 7.1
Diffstat (limited to 'databases/pecl-memcached')
-rw-r--r--databases/pecl-memcached/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile
index 82303d1cbc56..0de1d52470a4 100644
--- a/databases/pecl-memcached/Makefile
+++ b/databases/pecl-memcached/Makefile
@@ -37,7 +37,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
.include <bsd.port.pre.mk>
-.if ${PHP_VER} == 70
+.if ${PHP_VER} >= 70
WRKSRC_SUBDIR= ../php-${PORTNAME}-${PHP7_TAGNAME}
.endif