aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-mongo/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-02-07 20:14:34 +0800
committermat <mat@FreeBSD.org>2017-02-07 20:14:34 +0800
commit443a8a28b3bcbcb6163d5e590206070badda7501 (patch)
tree7ec17b9d0da9fc4e843775137cd0b2b0a658807a /databases/pecl-mongo/Makefile
parent410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff)
downloadfreebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.gz
freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.zst
freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.zip
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Diffstat (limited to 'databases/pecl-mongo/Makefile')
-rw-r--r--databases/pecl-mongo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile
index b85b2ce34dd3..4d23516abb4b 100644
--- a/databases/pecl-mongo/Makefile
+++ b/databases/pecl-mongo/Makefile
@@ -20,6 +20,6 @@ USES= php:ext tar:tgz
USE_PHP= spl:build
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
-IGNORE_WITH_PHP= 70
+IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>