Thu Dec 12 12:45:44 2013 UTC ()
Package needs lang/python/tool.mk for calls to 'python' in configure.


(jperkin)
diff -r1.6 -r1.7 pkgsrc/textproc/itstool/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/textproc/itstool/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/itstool/Makefile 2013/11/26 13:53:11 1.6
+++ pkgsrc/textproc/itstool/Makefile 2013/12/12 12:45:44 1.7
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2013/11/26 13:53:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2013/12/12 12:45:44 jperkin Exp $
2 2
3DISTNAME= itstool-2.0.1 3DISTNAME= itstool-2.0.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= http://files.itstool.org/itstool/ 5MASTER_SITES= http://files.itstool.org/itstool/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
9HOMEPAGE= http://itstool.org/ 9HOMEPAGE= http://itstool.org/
10COMMENT= ITS Tool allows you to translate XML documents with PO files 10COMMENT= ITS Tool allows you to translate XML documents with PO files
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15REPLACE_PYTHON= ${WRKSRC}/itstool.in 15REPLACE_PYTHON= ${WRKSRC}/itstool.in
16 16
17DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 17DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
18 18
19.include "../../lang/python/application.mk" 19.include "../../lang/python/application.mk"
 20.include "../../lang/python/tool.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"