pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgnt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 16 07:11:54 UTC 2020

Modified Files:
        pkgsrc/devel/libgnt: Makefile

Log Message:
libgnt: add missing gtk-doc tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libgnt/Makefile

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

Modified files:

Index: pkgsrc/devel/libgnt/Makefile
diff -u pkgsrc/devel/libgnt/Makefile:1.1 pkgsrc/devel/libgnt/Makefile:1.2
--- pkgsrc/devel/libgnt/Makefile:1.1    Fri Jun 12 11:38:32 2020
+++ pkgsrc/devel/libgnt/Makefile        Tue Jun 16 07:11:54 2020
@@ -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 @@ HOMEPAGE=     https://bitbucket.org/pidgin/l
 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