diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-14 15:20:19 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-14 15:20:19 +0000 |
commit | d405d900662729c756ec431ca3e94015ce1da249 (patch) | |
tree | 13b9e34b15e156feb2f236c5edef606bd4ec8004 | |
parent | 5e639ca36b712197f2323352436292e685c03376 (diff) | |
download | pkgsrc-d405d900662729c756ec431ca3e94015ce1da249.tar.gz |
eep - forgot to REPLACE_PYTHON
-rw-r--r-- | devel/py-ipaddr/Makefile | 3 |
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" |