Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgnt libgnt: add missing gtk-doc tool dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b5006abb755
branches:  trunk
changeset: 434399:0b5006abb755
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 16 07:11:54 2020 +0000

description:
libgnt: add missing gtk-doc tool dependency

diffstat:

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

diffs (18 lines):

diff -r e785264738e3 -r 0b5006abb755 devel/libgnt/Makefile
--- a/devel/libgnt/Makefile     Tue Jun 16 00:17:59 2020 +0000
+++ b/devel/libgnt/Makefile     Tue Jun 16 07:11:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/12 11:38:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/16 07:11:54 wiz Exp $
 
 DISTNAME=      libgnt-2.14.0
 CATEGORIES=    devel
@@ -10,6 +10,8 @@
 COMMENT=       GLib Ncurses Toolkit
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
+
 USE_TOOLS+=    pkg-config
 
 SUBST_CLASSES+=                nc



Home | Main Index | Thread Index | Old Index