From f34a09e10643fc1b279115d2ab0bd9099b4585d5 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 3 Jun 2010 05:44:23 +0000 Subject: Broken on all the tier-2 archs. Hat: portmgr --- editors/biew/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') 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 -- cgit