diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
commit | 90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch) | |
tree | 039e88512c84bb0c19d7d2204a18150ecd6574ab /shells | |
parent | 57ecc8add154f672ce9d853fb180da502d262718 (diff) | |
download | ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.tar.gz ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.zip |
Notes
Diffstat (limited to 'shells')
-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 |