diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:31:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:31:43 +0000 |
commit | 533a341c009e6decc8fa1d8eca2b896f7b63d3fe (patch) | |
tree | a3baf3ebbdb7a890f6e44068cb7854d2367f023d /lang/rakudo | |
parent | dbffe0e606eecd6844f1ed6e660b185a8f4f003f (diff) |
Notes
Diffstat (limited to 'lang/rakudo')
-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 |