diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 07:47:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 07:47:30 +0000 |
commit | 163465897a67c3d386e010e2419af1c6d4099fc5 (patch) | |
tree | bd0955d72e852042c1a5ac53903668da250b51a6 /lang/rakudo | |
parent | 56a501c37c0dc3f5072e6a4e7419afba64b80eda (diff) | |
download | ports-163465897a67c3d386e010e2419af1c6d4099fc5.tar.gz ports-163465897a67c3d386e010e2419af1c6d4099fc5.zip |
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 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 |