aboutsummaryrefslogtreecommitdiffstats
path: root/editors/hte
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-29 07:06:23 +0800
committerkris <kris@FreeBSD.org>2005-10-29 07:06:23 +0800
commit360bcdef7663551d235611dc6466bcfbe80b3faf (patch)
treebed2d199338b41436c6e973aa94075e99ef9643f /editors/hte
parentf5df08c679ab844e16bcd50633111d75753d7450 (diff)
downloadfreebsd-ports-gnome-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.gz
freebsd-ports-gnome-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.zst
freebsd-ports-gnome-360bcdef7663551d235611dc6466bcfbe80b3faf.zip
BROKEN on ia64: Does not build
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