aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-29 09:14:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-29 09:14:44 +0000
commit6c52583c8b6556ef52433fce25383f5138c2ee0b (patch)
tree9d66c662787acfed8a3c985b6f467b9eb1d21752 /textproc
parent35e3b623672a61dac756eb9bc75c21e0526bc410 (diff)
downloadports-6c52583c8b6556ef52433fce25383f5138c2ee0b.tar.gz
ports-6c52583c8b6556ef52433fce25383f5138c2ee0b.zip
Ignore with PHP 8.0
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559554
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php-mecab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile
index 0b9aed9dacdf..ad98b5f8d252 100644
--- a/textproc/php-mecab/Makefile
+++ b/textproc/php-mecab/Makefile
@@ -22,6 +22,6 @@ GH_PROJECT= php-${PORTNAME}
WRKSRC_SUBDIR= mecab
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
USES= php:ext
-IGNORE_WITH_PHP= 74
+IGNORE_WITH_PHP= 74 80
.include <bsd.port.mk>