mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
sysutils/cbsd: only build on FreeBSD 10+
This extends the current ignore flag to cover FreeBSD 9 as well. PR: 192185 Submitted by: maintainer (Oleg Ginsburg)
This commit is contained in:
parent
8c07ade50a
commit
a9ab066423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363136
@ -31,12 +31,8 @@ CBSD_HOME?= ${PREFIX}/cbsd
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${PORTNAME}
|
||||
|
||||
.if ${OSVERSION} < 901000
|
||||
IGNORE= does not support FreeBSD versions < 9.1
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 902001
|
||||
RUN_DEPENDS+= sysrc:${PORTSDIR}/sysutils/sysrc
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
|
||||
IGNORE= does not support FreeBSD versions < 10.0
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user