aboutsummaryrefslogtreecommitdiffstats
path: root/editors/hte
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:44:09 +0800
committerkris <kris@FreeBSD.org>2004-09-19 01:44:09 +0800
commit773be81c1afd2fed991100ecad55c48a8fdccca7 (patch)
tree82c670c0247e48ee237e6b40513dc2093e6138b9 /editors/hte
parentd8fdc234e9d4fac9cf9e3ac017be7c523858616d (diff)
downloadfreebsd-ports-gnome-773be81c1afd2fed991100ecad55c48a8fdccca7.tar.gz
freebsd-ports-gnome-773be81c1afd2fed991100ecad55c48a8fdccca7.tar.zst
freebsd-ports-gnome-773be81c1afd2fed991100ecad55c48a8fdccca7.zip
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
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