aboutsummaryrefslogtreecommitdiff
path: root/graphics/php5-ffmpeg
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 /graphics/php5-ffmpeg
parent180b9579679827e6433aab2181bf01c7100287f0 (diff)
downloadports-25c794224fbdc888e76ff140590ef272da22ee74.tar.gz
ports-25c794224fbdc888e76ff140590ef272da22ee74.zip
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=433543
Diffstat (limited to 'graphics/php5-ffmpeg')
-rw-r--r--graphics/php5-ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile
index 854cb80492fb..a30a6ac42dd9 100644
--- a/graphics/php5-ffmpeg/Makefile
+++ b/graphics/php5-ffmpeg/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgd.so:graphics/gd \
libavutil.so:multimedia/ffmpeg
-IGNORE_WITH_PHP=70
+IGNORE_WITH_PHP=70 71
USES= localbase php:ext tar:xz
.include <bsd.port.mk>