mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
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
@ -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 New Issue
Block a user