pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/json-glib json-glib: add missing build depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5068fe6a25c8
branches:  trunk
changeset: 450230:5068fe6a25c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 13 06:31:05 2021 +0000

description:
json-glib: add missing build dependency for man page

diffstat:

 textproc/json-glib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 41b04bcf9228 -r 5068fe6a25c8 textproc/json-glib/Makefile
--- a/textproc/json-glib/Makefile       Tue Apr 13 03:35:14 2021 +0000
+++ b/textproc/json-glib/Makefile       Tue Apr 13 06:31:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/04/12 11:16:11 nia Exp $
+# $NetBSD: Makefile,v 1.34 2021/04/13 06:31:05 wiz Exp $
 
 DISTNAME=      json-glib-1.4.4
 PKGREVISION=   2
@@ -12,6 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 USE_TOOLS+=    msgfmt pkg-config xgettext
 



Home | Main Index | Thread Index | Old Index