pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/devhelp devhelp: Needs itstool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d22c98544870
branches:  trunk
changeset: 412411:d22c98544870
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 06 11:27:36 2020 +0000

description:
devhelp: Needs itstool

diffstat:

 devel/devhelp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bc6ff6cf13da -r d22c98544870 devel/devhelp/Makefile
--- a/devel/devhelp/Makefile    Fri Mar 06 11:17:18 2020 +0000
+++ b/devel/devhelp/Makefile    Fri Mar 06 11:27:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2020/01/22 18:27:38 nia Exp $
+# $NetBSD: Makefile,v 1.133 2020/03/06 11:27:36 nia Exp $
 
 DISTNAME=      devhelp-3.34.0
 CATEGORIES=    devel gnome
@@ -12,6 +12,8 @@
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
 
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
 # workaround for build failure
 # https://gitlab.gnome.org/GNOME/json-glib/issues/35
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/devhelp



Home | Main Index | Thread Index | Old Index