aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-03 13:44:23 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-03 13:44:23 +0800
commitf34a09e10643fc1b279115d2ab0bd9099b4585d5 (patch)
tree948f6b7105af6a9efe877254e9f71b298b3701a5 /editors
parent4b9a39f57738a4daeec13ba6ceeb607744c7759f (diff)
downloadfreebsd-ports-gnome-f34a09e10643fc1b279115d2ab0bd9099b4585d5.tar.gz
freebsd-ports-gnome-f34a09e10643fc1b279115d2ab0bd9099b4585d5.tar.zst
freebsd-ports-gnome-f34a09e10643fc1b279115d2ab0bd9099b4585d5.zip
Broken on all the tier-2 archs.
Hat: portmgr
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