pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json-glib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 06:31:05 UTC 2021

Modified Files:
        pkgsrc/textproc/json-glib: Makefile

Log Message:
json-glib: add missing build dependency for man page


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/json-glib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/json-glib/Makefile
diff -u pkgsrc/textproc/json-glib/Makefile:1.33 pkgsrc/textproc/json-glib/Makefile:1.34
--- pkgsrc/textproc/json-glib/Makefile:1.33     Mon Apr 12 11:16:11 2021
+++ pkgsrc/textproc/json-glib/Makefile  Tue Apr 13 06:31:05 2021
@@ -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 @@ COMMENT=      JSON parser for GLib-based libr
 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