diff options
-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 |