mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Ok, maybe I'll do something right today. Revert the logic.
This commit is contained in:
parent
9a34c3cba0
commit
e122dacb01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153742
@ -34,9 +34,9 @@ LOCAL_PREFIXES= ${PREFIX}
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/bsd.ldconfig.mk"
|
||||
|
||||
.if ${OSVERSION} < 504105 || \
|
||||
.if !(${OSVERSION} < 504105 || \
|
||||
(${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \
|
||||
(${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
|
||||
(${OSVERSION} >= 600000 && ${OSVERSION} < 600104))
|
||||
IGNORE= isn't needed (part of base rc.d)
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user