summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 23:06:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 23:06:23 +0000
commitb883c64481cada65159200430874faa2732b8427 (patch)
tree17afb636a8c28794f07fd0da184f1c220b9ac2c5 /editors/hte
parentBROKEN on ia64: Segfault during build (diff)
BROKEN on ia64: Does not build
Notes
Notes: svn path=/head/; revision=146614
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