aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-10-25 03:39:05 +0800
committerrene <rene@FreeBSD.org>2016-10-25 03:39:05 +0800
commit325f4485adffc070e4031d7d7c98de72e1f3a0ce (patch)
treed151dd166185651709a53771dc423b557738a2c7 /net
parent49312e9afed7139a3fda3db981ca9af686eedfc5 (diff)
downloadfreebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.tar.gz
freebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.tar.zst
freebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.zip
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
Diffstat (limited to 'net')
-rw-r--r--net/pecl-oauth2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index 16646cb99c37..5c79424e5897 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -23,7 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USES= php:ext tar:tgz
-IGNORE_WITH_PHP= 55 56
+IGNORE_WITH_PHP= 56
CONFLICTS= pecl-oauth-1*
.include <bsd.port.mk>