eep - forgot to REPLACE_PYTHON

This commit is contained in:
rodent 2014-06-14 15:20:19 +00:00
parent 6582c1c8d0
commit 3a79802c0b

View file

@ -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"