summaryrefslogtreecommitdiff
path: root/net/py-netifaces/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-netifaces/Makefile')
-rw-r--r--net/py-netifaces/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-netifaces/Makefile b/net/py-netifaces/Makefile
index f3533950915..8252b527e42 100644
--- a/net/py-netifaces/Makefile
+++ b/net/py-netifaces/Makefile
@@ -1,4 +1,4 @@
-#y$NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $
+#y$NetBSD: Makefile,v 1.4 2015/12/05 21:25:54 adam Exp $
DISTNAME= netifaces-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://alastairs-place.net/projects/netifaces/
COMMENT= Portable access to network interfaces from Python
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.8
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"