aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-12-15 16:05:49 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-12-15 16:05:49 +0000
commit2d90c48cd3850171f0d2d67a87d737bb365c7cfd (patch)
tree1b8fb2c4cc1e0d74238c42ba07ab975ee70ff7dd
parent20019c44d1502d57ad1c34ed6757fbd41c4898ef (diff)
downloadports-2d90c48cd3850171f0d2d67a87d737bb365c7cfd.tar.gz
ports-2d90c48cd3850171f0d2d67a87d737bb365c7cfd.zip
Notes
-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-