diff options
Diffstat (limited to 'lang/rakudo/Makefile')
-rw-r--r-- | lang/rakudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 3575d61d1baa..b0df0e550bb4 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -39,8 +39,8 @@ CONFIGURE_ARGS= --parrot-config=parrot-${PARROT_VERSION}/installable_parrot_conf .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= dependency devel/icu is broken on 6.x +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 .endif USE_BISON= build |