diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 20:08:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 20:08:06 +0800 |
commit | 6e79c935ca19eeb8b5cc545038660249b6e97517 (patch) | |
tree | aef27b851e8c4e845df35832e5725eca8d3a557d /sysutils | |
parent | 8fe8208cb260c0ef56a518ddf0f432886760870f (diff) | |
download | freebsd-ports-gnome-6e79c935ca19eeb8b5cc545038660249b6e97517.tar.gz freebsd-ports-gnome-6e79c935ca19eeb8b5cc545038660249b6e97517.tar.zst freebsd-ports-gnome-6e79c935ca19eeb8b5cc545038660249b6e97517.zip |
BROKEN on sparc64 and ia64: Does not compile
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolehm/Makefile | 8 |
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> |