pkgsrc-WIP-changes archive

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

mate-*: more tool dependencies



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 18:18:03 2015 +0200
Changeset:	7fbc5b77a4925ddabe50b2bbed0a4074b839786f

Modified Files:
	mate-netspeed/Makefile
	mate-power-manager/Makefile
	mate-sensors-applet/Makefile

Log Message:
mate-*: more tool dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7fbc5b77a4925ddabe50b2bbed0a4074b839786f

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

diffstat:
 mate-netspeed/Makefile       | 3 +++
 mate-power-manager/Makefile  | 3 +++
 mate-sensors-applet/Makefile | 1 +
 3 files changed, 7 insertions(+)

diffs:
diff --git a/mate-netspeed/Makefile b/mate-netspeed/Makefile
index a3a5262..e2ae934 100644
--- a/mate-netspeed/Makefile
+++ b/mate-netspeed/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	http://www.mate-desktop.org/
 COMMENT=	MATE little applet for network traffic information
 LICENSE=	gnu-gpl-v2
 
+TOOL_DEPENDS+=		itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+=		libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
diff --git a/mate-power-manager/Makefile b/mate-power-manager/Makefile
index 15ba053..50aff1f 100644
--- a/mate-power-manager/Makefile
+++ b/mate-power-manager/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	http://www.mate-desktop.org/
 COMMENT=	Power manager for MATE
 LICENSE=	gnu-gpl-v2
 
+TOOL_DEPENDS+=		itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+=		libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
diff --git a/mate-sensors-applet/Makefile b/mate-sensors-applet/Makefile
index 8083385..03eaeeb 100644
--- a/mate-sensors-applet/Makefile
+++ b/mate-sensors-applet/Makefile
@@ -12,6 +12,7 @@ LICENSE=	gnu-gpl-v2 AND cc-by-sa-v3.0
 
 TOOL_DEPENDS+=	itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+TOOL_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt # for xsltproc
 
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes


Home | Main Index | Thread Index | Old Index