summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 05:38:32 +0000
commit7d8608ab13015da604725355ba888c212c9eb177 (patch)
tree74d9147b89d28cb3c65b13ef847fe70663415054 /lang/gauche
parent- Update to 0.07012 (diff)
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Notes
Notes: svn path=/head/; revision=285419
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 5de10a35fc07..da69a5e38321 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -50,8 +50,8 @@ INFO= gauche-refe gauche-refj
.include <bsd.port.pre.mk>
-.if (${ARCH} == "ia64") || (${ARCH} == "sparc64")
-BROKEN= Does not compile on ${ARCH}
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000