From da8f0853adae8aab3297cf3b94ab0872013558e2 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 1 Apr 2010 05:16:19 +0000 Subject: Mark various ports as broken or ignore on powerpc. While here, remove remnants of alpha. --- sysutils/consolehm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/consolehm') diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 7fbf4389a207..8cf624745c82 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -24,8 +24,8 @@ PLIST_FILES= bin/chm .include -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .include -- cgit