svn commit: r395963 - head/net/py-netif
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 3 15:01:32 UTC 2015
Author: amdmi3
Date: Thu Sep 3 15:01:31 2015
New Revision: 395963
URL: https://svnweb.freebsd.org/changeset/ports/395963
Log:
- Tweak version condition for IGNORE: lagg_proto enum which this code depends on only exists in current
Approved by: portmgr blanket
Modified:
head/net/py-netif/Makefile
Modified: head/net/py-netif/Makefile
==============================================================================
--- head/net/py-netif/Makefile Thu Sep 3 14:34:57 2015 (r395962)
+++ head/net/py-netif/Makefile Thu Sep 3 15:01:31 2015 (r395963)
@@ -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>
More information about the svn-ports-head
mailing list