aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consolehm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 05:16:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 05:16:19 +0000
commit686a04b74abcca3ca33bbecfc6929632e092e84a (patch)
tree3b8958b1bb3cc35feca131ed85cc953e08b14c9d /sysutils/consolehm
parent08a2e61d8a80056b49456688a226da265e78733a (diff)
downloadports-686a04b74abcca3ca33bbecfc6929632e092e84a.tar.gz
ports-686a04b74abcca3ca33bbecfc6929632e092e84a.zip
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Notes
Notes: svn path=/head/; revision=251920
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r--sysutils/consolehm/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>