diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
commit | ad448036acd7c07ca687beafec1a2b22dae5b188 (patch) | |
tree | 68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /shells/v7sh | |
parent | 6b290091589bf384975b769bfc4d1983ad8a18e4 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |