diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-12 12:45:44 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-12 12:45:44 +0000 |
commit | 4990a545ac7ec988685656788952c14d8db88b1e (patch) | |
tree | a93cb3aa35c377e562172b3772f4d69d56c8dda0 | |
parent | 04e41c86e0c0e84419ee96802825dab9426ad826 (diff) | |
download | pkgsrc-4990a545ac7ec988685656788952c14d8db88b1e.tar.gz |
Package needs lang/python/tool.mk for calls to 'python' in configure.
-rw-r--r-- | textproc/itstool/Makefile | 3 |
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" |