- Tweak version condition for IGNORE: lagg_proto enum which this code depends on only exists in current

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-03 15:01:31 +00:00
parent 3ab4919fff
commit 8ccd932701
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395963

View File

@ -27,8 +27,8 @@ USE_PYTHON= autoplist distutils
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
IGNORE= This module requires at least FreeBSD 10
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100036
IGNORE= This module requires at least FreeBSD 11
.endif
.include <bsd.port.post.mk>