summaryrefslogtreecommitdiff
path: root/japanese
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 /japanese
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 'japanese')
-rw-r--r--japanese/php5-mecab/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index 5513974c2572..4de655a2e21d 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
.include <bsd.port.pre.mk>