summaryrefslogtreecommitdiff
path: root/textproc/itstool
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-12-12 12:45:44 +0000
committerjperkin <jperkin>2013-12-12 12:45:44 +0000
commitc37778e1ad37c4710fceb38db9fcf8e2368e62b7 (patch)
treea93cb3aa35c377e562172b3772f4d69d56c8dda0 /textproc/itstool
parent87e47cde5709efea540c57529369b55a954c2ceb (diff)
downloadpkgsrc-c37778e1ad37c4710fceb38db9fcf8e2368e62b7.tar.gz
Package needs lang/python/tool.mk for calls to 'python' in configure.
Diffstat (limited to 'textproc/itstool')
-rw-r--r--textproc/itstool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile
index 1a79ab5cf79..f4ba48abf30 100644
--- a/textproc/itstool/Makefile
+++ b/textproc/itstool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/11/26 13:53:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/12/12 12:45:44 jperkin Exp $
DISTNAME= itstool-2.0.1
CATEGORIES= textproc
@@ -17,4 +17,5 @@ REPLACE_PYTHON= ${WRKSRC}/itstool.in
DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
.include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"