summaryrefslogtreecommitdiff
path: root/net/gnome-nettool
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/gnome-nettool
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/gnome-nettool')
-rw-r--r--net/gnome-nettool/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
index 6356e562eca..15766dc443e 100644
--- a/net/gnome-nettool/Makefile
+++ b/net/gnome-nettool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2020/08/31 18:10:34 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2021/05/02 10:24:51 nia Exp $
DISTNAME= gnome-nettool-3.8.1
PKGREVISION= 4
@@ -11,13 +11,12 @@ HOMEPAGE= https://gitlab.gnome.org/GNOME/gnome-nettool
COMMENT= GNOME interface for various network tools
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
TOOL_DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config perl gmake
+USE_TOOLS+= pkg-config perl gmake itstool
USE_TOOLS+= intltool msgfmt msgmerge xgettext
.include "../../devel/glib2/schemas.mk"