aboutsummaryrefslogtreecommitdiffstats
path: root/net
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 /net
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 'net')
-rw-r--r--net/pecl-amqp/Makefile2
-rw-r--r--net/pecl-oauth/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile
index b6a121eeb985..f6edefe4c6ac 100644
--- a/net/pecl-amqp/Makefile
+++ b/net/pecl-amqp/Makefile
@@ -16,6 +16,6 @@ COMMENT= PHP extension for AMQP API
LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel
USES= php:ext
-IGNORE_WITH_PHP= 70
+IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile
index a674a3f582ea..b8d944c6c7d0 100644
--- a/net/pecl-oauth/Makefile
+++ b/net/pecl-oauth/Makefile
@@ -24,6 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USES= php:ext tar:tgz
-IGNORE_WITH_PHP= 70
+IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>