aboutsummaryrefslogtreecommitdiffstats
path: root/shells/v7sh
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-29 13:45:34 +0800
committerkris <kris@FreeBSD.org>2004-09-29 13:45:34 +0800
commitad448036acd7c07ca687beafec1a2b22dae5b188 (patch)
tree68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /shells/v7sh
parent6b290091589bf384975b769bfc4d1983ad8a18e4 (diff)
downloadfreebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz
freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.zst
freebsd-ports-gnome-ad448036acd7c07ca687beafec1a2b22dae5b188.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'shells/v7sh')
-rw-r--r--shells/v7sh/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile
index 74aa1647a7f9..28abe737b8bf 100644
--- a/shells/v7sh/Makefile
+++ b/shells/v7sh/Makefile
@@ -36,6 +36,10 @@ OPTIONS= V7SH_SYSIII "System III enhancements" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if !defined(WITHOUT_V7SH_SYSIII)
CFLAGS+= -DSYSIII
.endif