diff options
author | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
commit | f07e901a73cb39e74c97208fd96b33c02b3e5a46 (patch) | |
tree | aa74e05ef162dc15fb8341ffff80ef4081efd27c /net-im | |
parent | 5ebd651cf20569ce5a4a83ec48fdd58d38300c12 (diff) | |
download | freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.gz freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.zst freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.zip |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
Diffstat (limited to 'net-im')
-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 0a59490d24ad..f244e27f4861 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -15,6 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> |