diff options
Diffstat (limited to 'sysutils/consolehm/Makefile')
-rw-r--r-- | sysutils/consolehm/Makefile | 4 |
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> |