aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-07-05 07:54:24 +0800
committerasami <asami@FreeBSD.org>2000-07-05 07:54:24 +0800
commit867808644537ad8536edbb952e9e4f10bb9eb898 (patch)
tree4a489a6c2df879aaba0fe323d12140c4cb791c54 /misc
parentf096be4b4de27712a10ce81827983090629138fe (diff)
downloadfreebsd-ports-gnome-867808644537ad8536edbb952e9e4f10bb9eb898.tar.gz
freebsd-ports-gnome-867808644537ad8536edbb952e9e4f10bb9eb898.tar.zst
freebsd-ports-gnome-867808644537ad8536edbb952e9e4f10bb9eb898.zip
Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of
versions to skip.
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