mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of
versions to skip.
This commit is contained in:
parent
aaa8ce3eaa
commit
a0f9595552
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30199
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue