devel/py-libzfs: at least 10.2 is required for this port

This commit is contained in:
William Grzybowski 2015-11-17 15:30:03 +00:00
parent c0c203f387
commit 6e037c8b00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401817

View file

@ -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>