summaryrefslogtreecommitdiff
path: root/archivers/php5-snappy/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-13 16:56:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-13 16:56:42 +0000
commit5815027c46d65e17a7b7c0f0176318716bc0494b (patch)
treed4b7ede842a024c4b957a1eca2603a2fb328efef /archivers/php5-snappy/Makefile
parentFix copy/paste error from previous commit (diff)
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=411002
Diffstat (limited to '')
-rw-r--r--archivers/php5-snappy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/php5-snappy/Makefile b/archivers/php5-snappy/Makefile
index 574f96c1a7af..76c7113b4155 100644
--- a/archivers/php5-snappy/Makefile
+++ b/archivers/php5-snappy/Makefile
@@ -22,6 +22,7 @@ USE_PHPEXT= yes
PHP_MODNAME= snappy
WRKSRC= ${WRKDIR}/${PROJECTHOST}
OPTIONS_DEFINE= TEST
+IGNORE_WITH_PHP= 70
post-build-TEST-on:
@(cd ${WRKSRC} && ${MAKE} ${MAKE_ENV} NO_INTERACTION=yes ${.TARGET})