diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-03 13:44:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-03 13:44:23 +0800 |
commit | f34a09e10643fc1b279115d2ab0bd9099b4585d5 (patch) | |
tree | 948f6b7105af6a9efe877254e9f71b298b3701a5 /editors | |
parent | 4b9a39f57738a4daeec13ba6ceeb607744c7759f (diff) | |
download | freebsd-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/Makefile | 2 |
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 |