diff options
author | erwin <erwin@FreeBSD.org> | 2010-01-09 19:38:37 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-01-09 19:38:37 +0800 |
commit | 5c233797f47ab76d493aed7b470c34ec6c1c30cb (patch) | |
tree | 3f6634f502f37d002cbc48f75fb5f7e0a12fafde /japanese | |
parent | a86a3d6351cc528fa23534b7b17720bd2dd56db1 (diff) | |
download | freebsd-ports-graphics-5c233797f47ab76d493aed7b470c34ec6c1c30cb.tar.gz freebsd-ports-graphics-5c233797f47ab76d493aed7b470c34ec6c1c30cb.tar.zst freebsd-ports-graphics-5c233797f47ab76d493aed7b470c34ec6c1c30cb.zip |
Mark BROKEN on 9.x: does not build
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/perl5/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile index b3ca7655bcb..88e2b52474a 100644 --- a/japanese/perl5/Makefile +++ b/japanese/perl5/Makefile @@ -42,6 +42,10 @@ COMMENT= Pattern Extraction and Recognition Language + Japanese patches .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -Duseshrplib \ |