devel/py-libzfs: at least 10.2 is required for this port
This commit is contained in:
parent
c0c203f387
commit
6e037c8b00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401817
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
|
|||
IGNORE= requires kernel source files in ${SRC_BASE}
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
|
||||
IGNORE= This module requires at least FreeBSD 10
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
|
||||
IGNORE= This module requires at least FreeBSD 10.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue