pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libnotify



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 28 18:16:39 UTC 2020

Modified Files:
        pkgsrc/sysutils/libnotify: Makefile

Log Message:
libnotify: Needs libxslt tools


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/libnotify/Makefile

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

Modified files:

Index: pkgsrc/sysutils/libnotify/Makefile
diff -u pkgsrc/sysutils/libnotify/Makefile:1.62 pkgsrc/sysutils/libnotify/Makefile:1.63
--- pkgsrc/sysutils/libnotify/Makefile:1.62     Tue Mar 10 22:10:59 2020
+++ pkgsrc/sysutils/libnotify/Makefile  Sat Mar 28 18:16:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2020/03/10 22:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2020/03/28 18:16:39 nia Exp $
 
 DISTNAME=      libnotify-0.7.9
 PKGREVISION=   2
@@ -11,7 +11,8 @@ HOMEPAGE=     https://developer.gnome.org/li
 COMMENT=       Desktop notification framework
 LICENSE=       gnu-lgpl-v2.1
 
-BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 
 CONFLICTS+=    libnotify07-[0-9]*
 SUPERSEDES+=   libnotify07-[0-9]*



Home | Main Index | Thread Index | Old Index