aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-01 19:03:00 +0800
committermiwi <miwi@FreeBSD.org>2007-02-01 19:03:00 +0800
commitb8cf049e20c4eb93c647773968f8a01ab9f145b9 (patch)
tree0df2fef4155a8e24437d67f57a12b1a447ef5394 /editors
parentf69e4c040e1861e3481e2b73aabbf0061a61f3a5 (diff)
downloadfreebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.tar.gz
freebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.tar.zst
freebsd-ports-gnome-b8cf049e20c4eb93c647773968f8a01ab9f145b9.zip
- Marked BROKEN for amd64 7.X
PR: 108653 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r--editors/hte/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index a4f4a0778a66..71e7c34264e9 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -24,10 +24,14 @@ PLIST_FILES= bin/ht
.include <bsd.port.pre.mk>
-.if ${ARCH} == ia64
+.if ${ARCH} == "ia64"
BROKEN= does not build on ia64
.endif
+.if ${ARCH} == "amd64" && ${OSVERSION} > 700000
+BROKEN= does not build on 7.x for amd64
+.endif
+
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif