diff options
Diffstat (limited to 'editors/hte')
-rw-r--r-- | editors/hte/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 2f84bcd58ef0..a51e36ebfd31 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -24,6 +24,10 @@ PLIST_FILES= bin/ht .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= Does not build on ia64 +.endif + .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode |