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-im/pecl-stomp | |
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-im/pecl-stomp')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 331a7f9668e8..6eeabfef53a7 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -17,6 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> |