summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent>2014-06-14 15:20:19 +0000
committerrodent <rodent>2014-06-14 15:20:19 +0000
commit8904bb6cb2d5dbcbaa2c3a45e64581d8b35d0865 (patch)
tree13b9e34b15e156feb2f236c5edef606bd4ec8004 /devel
parent0aee6a16eaa6c2f2d12dfe1532ce14e5cc330b01 (diff)
downloadpkgsrc-8904bb6cb2d5dbcbaa2c3a45e64581d8b35d0865.tar.gz
eep - forgot to REPLACE_PYTHON
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ipaddr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile
index 57594e7ff54..e5ce3ec4033 100644
--- a/devel/py-ipaddr/Makefile
+++ b/devel/py-ipaddr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/06/14 15:18:29 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/14 15:20:19 rodent Exp $
DISTNAME= ipaddr-2.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT= Google open source IPv4/IPv6 manipulation library in Python
LICENSE= apache-2.0
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1.10
+REPLACE_PYTHON+= ipaddr.py
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"