summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-07-04 23:54:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-07-04 23:54:24 +0000
commita0f9595552dbd36f1f96ca5ea1a3399c05b4c9c6 (patch)
treeb62e860afb627ae977aa49fbcbd4b2e8a36cfc66 /misc
parentNow that libwmf builds shared libraries, update dependencies (diff)
Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of
versions to skip.
Notes
Notes: svn path=/head/; revision=30199
Diffstat (limited to 'misc')
-rw-r--r--misc/colorls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
index ac438144b8fb..d793108792c3 100644
--- a/misc/colorls/Makefile
+++ b/misc/colorls/Makefile
@@ -16,7 +16,7 @@ DISTFILES= ls-${PORTVERSION}.tar.gz
MAINTAINER= asami@FreeBSD.org
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500004
+.if ${OSVERSION} >= 500004 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400020
FORBIDDEN= "colour support is already in the base system"
.endif