diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 15:14:00 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-22 15:14:00 +0800 |
commit | 2de6d0986dae57ce2a2baf19795979345fcd04eb (patch) | |
tree | 8ee9853fe205829d45d09bb5071a0eb81239e5b4 /textproc/php-mecab | |
parent | bdd9216c88016e918329a645f08c54d9beaa6c16 (diff) | |
download | freebsd-ports-gnome-2de6d0986dae57ce2a2baf19795979345fcd04eb.tar.gz freebsd-ports-gnome-2de6d0986dae57ce2a2baf19795979345fcd04eb.tar.zst freebsd-ports-gnome-2de6d0986dae57ce2a2baf19795979345fcd04eb.zip |
Ignore with php 7.4
Reported by: pkg-fallout
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r-- | textproc/php-mecab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 13553335c387..0b9aed9dacdf 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -22,5 +22,6 @@ GH_PROJECT= php-${PORTNAME} WRKSRC_SUBDIR= mecab CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config USES= php:ext +IGNORE_WITH_PHP= 74 .include <bsd.port.mk> |