pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring gnome-keyring: Add docbook-xsl ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/614cde38d8a7
branches:  trunk
changeset: 442497:614cde38d8a7
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 25 08:12:35 2020 +0000

description:
gnome-keyring: Add docbook-xsl so this works without a 'net connection

diffstat:

 security/gnome-keyring/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4f29069e0c81 -r 614cde38d8a7 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Wed Nov 25 08:05:29 2020 +0000
+++ b/security/gnome-keyring/Makefile   Wed Nov 25 08:12:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2020/11/22 21:26:50 nia Exp $
+# $NetBSD: Makefile,v 1.99 2020/11/25 08:12:35 nia Exp $
 
 DISTNAME=      gnome-keyring-3.36.0
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -17,6 +17,7 @@
 USE_TOOLS+=            msgfmt msgmerge xgettext
 
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 XDG_EGDIR=     ${PREFIX}/share/examples/xdg/autostart
 



Home | Main Index | Thread Index | Old Index