From d25f4cda3483c780fa1ee0e41127b5ab048cda9b Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 16 Jul 2011 05:31:43 +0000 Subject: Mark as broken on sparc64: fails to install. While here, removed obsolete OSVERSION check. Hat: portmgr --- lang/rakudo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/rakudo') 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 -.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 -- cgit