aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consolehm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 12:08:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 12:08:06 +0000
commita19523d42f150423fb5f2dfb313a284fc5e6973d (patch)
tree8896b599e5802fb6013af1870fa6d2c666d8d37e /sysutils/consolehm
parentf632a1808fddd0535ac4623daf01316728529eea (diff)
downloadports-a19523d42f150423fb5f2dfb313a284fc5e6973d.tar.gz
ports-a19523d42f150423fb5f2dfb313a284fc5e6973d.zip
BROKEN on sparc64 and ia64: Does not compile
Notes
Notes: svn path=/head/; revision=102998
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r--sysutils/consolehm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile
index 8c7dfbef711c..7fbf4389a207 100644
--- a/sysutils/consolehm/Makefile
+++ b/sysutils/consolehm/Makefile
@@ -22,4 +22,10 @@ MAN8= chm.8
MANCOMPRESSED= yes
PLIST_FILES= bin/chm
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not compile on ia64 or sparc64"
+.endif
+
+.include <bsd.port.post.mk>