diff options
-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 \ |