summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-07 17:46:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-07 17:46:10 +0000
commitd7640e6c92925b67809edc87a6e4de1a85a967f6 (patch)
tree1bae5e1dd8f8b4ea1645de7993004b7d6b0709c3 /japanese
parentUpgrade pkg-provides from 0.3.1 to 0.4.0 (diff)
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=461158
Diffstat (limited to 'japanese')
-rw-r--r--japanese/php5-mecab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index 6e59189b48ae..35ba72e8924e 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -14,7 +14,7 @@ COMMENT= PHP5 extension for MeCab Morphological Analyzer
LIB_DEPENDS= libmecab.so:japanese/mecab
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
.include <bsd.port.pre.mk>