summaryrefslogtreecommitdiff
path: root/devel/py-ipaddr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ipaddr')
-rw-r--r--devel/py-ipaddr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile
index 9ef7c3a54a3..319468a4781 100644
--- a/devel/py-ipaddr/Makefile
+++ b/devel/py-ipaddr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/02/15 17:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:01 wiz Exp $
DISTNAME= ipaddr-2.1.10
PKGNAME= ${PYPKGPREFIX}ipaddr-2.1.10
@@ -10,7 +10,7 @@ HOMEPAGE= http://code.google.com/p/ipaddr-py/
COMMENT= Google open source IPv4/IPv6 manipulation library in Python
LICENSE= apache-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"