pkgsrc-WIP-changes archive

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

glade: add missing TOOL/BUILD dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Apr 27 17:19:35 2019 +0200
Changeset:	c83840ee2edb75a99d302754a30fe07501a6b0cf

Modified Files:
	glade/Makefile

Log Message:
glade: add missing TOOL/BUILD dependencies

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

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

diffstat:
 glade/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/glade/Makefile b/glade/Makefile
index c40cb07a59..61365719fd 100644
--- a/glade/Makefile
+++ b/glade/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD$
-#
 
 DISTNAME=		glade-3.22.1
 CATEGORIES=		devel
@@ -11,10 +10,13 @@ HOMEPAGE=		https://glade.gnome.org/
 COMMENT=		User interface builder for the GTK3+ toolkit
 LICENSE=		gnu-gpl-v2
 
-USE_PKGLOCALEDIR=	yes
+TOOL_DEPENDS+=		itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+=		libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+=		docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
+GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_TOOLS+=		pkg-config intltool gmake msgfmt
-GNU_CONFIGURE=		yes
 
 PKGCONFIG_OVERRIDE+=	data/gladeui-2.0.pc.in
 


Home | Main Index | Thread Index | Old Index