diff options
author | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
commit | 443a8a28b3bcbcb6163d5e590206070badda7501 (patch) | |
tree | 7ec17b9d0da9fc4e843775137cd0b2b0a658807a /net | |
parent | 410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-oauth/Makefile | 2 |
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> |