aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-03-14 00:56:42 +0800
committermat <mat@FreeBSD.org>2016-03-14 00:56:42 +0800
commit0ab7b154ee5a86886ed27c6187ca1a304627aa29 (patch)
treed4b7ede842a024c4b957a1eca2603a2fb328efef /japanese
parent6e841ff53448a0544af457e2d25f8ebbc722a7b7 (diff)
downloadfreebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.gz
freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.zst
freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.zip
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
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>