summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:44:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:44:09 +0000
commit20eecd3dd64a3954ef578e933e07856b8dab8979 (patch)
treed2fb81f6b33be6faa3206b963dc14f1de4e5a5ee /editors/hte
parentBROKEN on 5.x: Broken by changes to make(1) (diff)
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118241
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 edd26b8e16c0..a5f67a44d95a 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -28,6 +28,10 @@ PLIST_FILES= bin/ht
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif