summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index b9908b2faae4..217d978e42d7 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -27,6 +27,10 @@ PLIST_FILES= bin/ht
.include <bsd.port.pre.mk>
+.if ${ARCH} == ia64
+BROKEN= "Does not build on ia64"
+.endif
+
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif