Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of

versions to skip.
This commit is contained in:
Satoshi Asami 2000-07-04 23:54:24 +00:00
parent aaa8ce3eaa
commit a0f9595552
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30199

View file

@ -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