diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
commit | 9e9dcdd897e281ba542f43777310f92388c5e51e (patch) | |
tree | c49e874fd657bc4d06f988f985a514fc051e7c8f /japanese | |
parent | 8b63fe22b55748666da037dc8b891ab878ef6bb9 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-MeCab/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index c49b977c139e..6020b9f1c553 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -22,6 +22,10 @@ PERL_CONFIGURE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: |