diff options
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r-- | lang/gauche/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 52b94ce50865..f04aa9ce198c 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -43,8 +43,8 @@ INFO= gauche-refe gauche-refj .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha (due to included boehm-gc)" +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ${ARCH} (due to included boehm-gc) .endif post-build: |