diff options
-rw-r--r-- | misc/colorls/Makefile | 2 |
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 |