aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-07-12 01:16:31 +0800
committerobrien <obrien@FreeBSD.org>2000-07-12 01:16:31 +0800
commit31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2 (patch)
tree24ac273f4361ad5294f7f81c0e2bc94988916d38 /shells
parent8041845e454f97f65392f0dc268c0eb112bd92d7 (diff)
downloadfreebsd-ports-gnome-31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2.tar.gz
freebsd-ports-gnome-31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2.tar.zst
freebsd-ports-gnome-31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2.zip
Push the FreeBSD version check down to 400021 for tcsh in base system.
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile2
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