summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/p5-MeCab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile
index 52ef2aa3cde4..90d9e3e25cb0 100644
--- a/japanese/p5-MeCab/Makefile
+++ b/japanese/p5-MeCab/Makefile
@@ -22,8 +22,8 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6.0 or above
.endif
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-