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 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