summaryrefslogtreecommitdiff
path: root/converters
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 /converters
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 'converters')
-rw-r--r--converters/php5-bsdconv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile
index bb1b927711a8..75e829af4bb4 100644
--- a/converters/php5-bsdconv/Makefile
+++ b/converters/php5-bsdconv/Makefile
@@ -22,6 +22,7 @@ USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
PHP_MODNAME= ${PORTNAME}
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
.include <bsd.port.mk>