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 /sysutils/brasero | |
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 'sysutils/brasero')
-rw-r--r-- | sysutils/brasero/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index edb410d628d..8b786130b99 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2021/04/21 11:42:38 adam Exp $ +# $NetBSD: Makefile,v 1.94 2021/05/02 10:24:52 nia Exp $ DISTNAME= brasero-3.12.2 PKGREVISION= 7 @@ -14,11 +14,10 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config perl -USE_TOOLS+= msgfmt xgettext +USE_TOOLS+= msgfmt xgettext itstool USE_TOOLS+= gmake TOOL_DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML -TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool CONFIGURE_ARGS+= --disable-nautilus CONFIGURE_ARGS+= --enable-compile-warnings=minimum # Disable Werror |