diff options
-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 018f0451c897..0653354e8cbc 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -41,8 +41,8 @@ CONFIGURE_ARGS= --with-parrot=${PREFIX}/bin/parrot \ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif USE_BISON= build |