summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-06-14 15:39:28 +0000
committerrodent <rodent@pkgsrc.org>2014-06-14 15:39:28 +0000
commit191c3c63ca3d160ce7baccfde98bd705abf2757f (patch)
treef4da24e73998d8c3d4d2d4e258742985e85d0367 /textproc
parent4cf219079ce58db50ad7aca076ac18539dc6ead7 (diff)
downloadpkgsrc-191c3c63ca3d160ce7baccfde98bd705abf2757f.tar.gz
Include python/application.mk to REPLACE_PYTHON in phonenumbers/util.py.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-phonenumbers/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-phonenumbers/Makefile b/textproc/py-phonenumbers/Makefile
index cecd94621d1..95938f850fe 100644
--- a/textproc/py-phonenumbers/Makefile
+++ b/textproc/py-phonenumbers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/06/14 13:46:38 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/14 15:39:28 rodent Exp $
DISTNAME= phonenumbers-6.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,8 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
+REPLACE_PYTHON+= phonenumbers/util.py
+
+.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"