- 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:
parent
3ab4919fff
commit
8ccd932701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395963
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user