diff options
author | nia <nia@pkgsrc.org> | 2021-05-02 10:24:47 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-02 10:24:47 +0000 |
commit | 7f2e3496cec36eabff969ae3abf8294f4acac61d (patch) | |
tree | bb3abae4a57bc9823a085b128ea405715922f95c /devel/glade | |
parent | 9f19b71595507fcb1eddbc954d80d07d6f30bf17 (diff) | |
download | pkgsrc-7f2e3496cec36eabff969ae3abf8294f4acac61d.tar.gz |
*: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.
While here, some duplicate dependencies on itstool were removed from the
MATE packages
Diffstat (limited to 'devel/glade')
-rw-r--r-- | devel/glade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 895225e6fe4..72224a4dd22 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2021/04/21 11:40:16 adam Exp $ +# $NetBSD: Makefile,v 1.102 2021/05/02 10:24:48 nia Exp $ DISTNAME= glade-3.36.0 PKGREVISION= 3 @@ -11,13 +11,13 @@ HOMEPAGE= https://glade.gnome.org/ COMMENT= User interface builder for the GTK3+ toolkit LICENSE= gnu-gpl-v2 -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 +USE_TOOLS+= itstool # Requires --xml in msgfmt. _TOOLS_USE_PKGSRC.msgfmt= yes |