aboutsummaryrefslogtreecommitdiffstats
path: root/editors/biew/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/biew/Makefile')
-rw-r--r--editors/biew/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index afdcbed9bc73..7de4db7725a9 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --enable-slang
CONFIGURE_ARGS+= --enable-curses
.endif
-.if ${ARCH} == "sparc64"
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif