summaryrefslogtreecommitdiff
path: root/meta-pkgs/mate
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-02 10:24:47 +0000
committernia <nia@pkgsrc.org>2021-05-02 10:24:47 +0000
commit7f2e3496cec36eabff969ae3abf8294f4acac61d (patch)
treebb3abae4a57bc9823a085b128ea405715922f95c /meta-pkgs/mate
parent9f19b71595507fcb1eddbc954d80d07d6f30bf17 (diff)
downloadpkgsrc-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 'meta-pkgs/mate')
-rw-r--r--meta-pkgs/mate/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/mate/Makefile.common b/meta-pkgs/mate/Makefile.common
index 2458b4f2b84..431c826ffc1 100644
--- a/meta-pkgs/mate/Makefile.common
+++ b/meta-pkgs/mate/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2020/08/24 04:41:40 gutteridge Exp $
+# $NetBSD: Makefile.common,v 1.12 2021/05/02 10:24:50 nia Exp $
# used by meta-pkgs/mate/Makefile
# used by print/atril/Makefile
# used by sysutils/caja/Makefile
@@ -44,7 +44,7 @@ EXTRACT_SUFX= .tar.xz
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake msgfmt itstool pkg-config
# Fails without GNU msgfmt
_TOOLS_USE_PKGSRC.msgfmt= yes
@@ -52,7 +52,6 @@ _TOOLS_USE_PKGSRC.msgfmt= yes
MAINTAINER= youri@NetBSD.org
LICENSE= gnu-gpl-v3
-TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2