diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-11 17:16:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-11 17:16:31 +0000 |
commit | a9d4d05c94387c678bc5828c1e5d48d2c529fb36 (patch) | |
tree | 170808194fe1fe707da7c83bf62c63b1a019eb16 /shells | |
parent | 2a1888f376bea52189c750081e73213e91698b71 (diff) | |
download | ports-a9d4d05c94387c678bc5828c1e5d48d2c529fb36.tar.gz ports-a9d4d05c94387c678bc5828c1e5d48d2c529fb36.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index b686698f6798..8a1994e589fe 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -14,7 +14,7 @@ DISTNAME= tcsh-6.09 MAINTAINER= ports@FreeBSD.org .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500001 +.if ${OSVERSION} >= 400021 FORBIDDEN= "tcsh is already in the base system" .endif |