From a9d4d05c94387c678bc5828c1e5d48d2c529fb36 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 11 Jul 2000 17:16:31 +0000 Subject: Push the FreeBSD version check down to 400021 for tcsh in base system. --- shells/tcsh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shells/tcsh/Makefile') 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 -.if ${OSVERSION} >= 500001 +.if ${OSVERSION} >= 400021 FORBIDDEN= "tcsh is already in the base system" .endif -- cgit v1.2.3