summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2013-05-20 21:20:23 +0000
committerprlw1 <prlw1@pkgsrc.org>2013-05-20 21:20:23 +0000
commit770c9ef6225b911cc08457a7023e663a8de4e56e (patch)
treed7cd14f892c46e8ac7347b002e70db207b7ad879
parentc4ae6e5df808dc998fb076f91c93efe6dc22d5cd (diff)
downloadpkgsrc-770c9ef6225b911cc08457a7023e663a8de4e56e.tar.gz
itstool is required to build the translation XML files.
Thanks to joerg@ for the report.
-rw-r--r--textproc/yelp-xsl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile
index cec90ed24c4..1dd274f51f8 100644
--- a/textproc/yelp-xsl/Makefile
+++ b/textproc/yelp-xsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/05/20 00:01:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.7 2013/05/20 21:20:23 prlw1 Exp $
DISTNAME= yelp-xsl-3.8.1
CATEGORIES= textproc gnome
@@ -16,5 +16,7 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"