summaryrefslogtreecommitdiff
path: root/math/gnome-calculator
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 /math/gnome-calculator
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 'math/gnome-calculator')
-rw-r--r--math/gnome-calculator/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
index 37315073db6..57cf352fb89 100644
--- a/math/gnome-calculator/Makefile
+++ b/math/gnome-calculator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/04/21 11:42:10 adam Exp $
+# $NetBSD: Makefile,v 1.52 2021/05/02 10:24:49 nia Exp $
DISTNAME= gnome-calculator-3.24.0
PKGREVISION= 29
@@ -12,13 +12,12 @@ COMMENT= Desktop calculator for GNOME
LICENSE= gnu-gpl-v2
DEPENDS+= gnome-icon-theme-symbolic-[0-9]*:../../graphics/gnome-icon-theme-symbolic
-BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
CONFLICTS+= gcalctool-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake gsed intltool msgfmt pkg-config
+USE_TOOLS+= gmake gsed intltool msgfmt pkg-config itstool
USE_PKGLOCALEDIR= yes
.include "../../sysutils/desktop-file-utils/desktopdb.mk"