aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-03 05:44:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-03 05:44:23 +0000
commit6a5d5ee9c98027e1d9facdc3daff8707db55bebd (patch)
tree8aa9954f6bcbd9820a5d74bf54040d47ca7ffe91 /editors
parent0a72028cda7550adc4abe4b11e7fc3332534bc62 (diff)
Broken on all the tier-2 archs.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=255622
Diffstat (limited to 'editors')
-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