aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-oauth
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-02-07 12:14:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-02-07 12:14:34 +0000
commit25c794224fbdc888e76ff140590ef272da22ee74 (patch)
tree7ec17b9d0da9fc4e843775137cd0b2b0a658807a /net/pecl-oauth
parent180b9579679827e6433aab2181bf01c7100287f0 (diff)
Notes
Diffstat (limited to 'net/pecl-oauth')
-rw-r--r--net/pecl-oauth/Makefile2
1 files changed, 1 insertions, 1 deletions
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>