summaryrefslogtreecommitdiff
path: root/net/etherape
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 /net/etherape
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 'net/etherape')
-rw-r--r--net/etherape/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index 81da319c53c..e2a573c05e3 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2021/04/09 14:03:14 nia Exp $
+# $NetBSD: Makefile,v 1.111 2021/05/02 10:24:51 nia Exp $
DISTNAME= etherape-0.9.19
CATEGORIES= net
@@ -9,10 +9,9 @@ HOMEPAGE= https://etherape.sourceforge.io/
COMMENT= Graphical network monitor
LICENSE= gnu-gpl-v2 # or later
-TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config itstool
USE_TOOLS+= msgfmt msgmerge xgettext
GNU_CONFIGURE= yes