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 /games/hitori | |
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 'games/hitori')
-rw-r--r-- | games/hitori/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 67893abe6b3..57105721b09 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/04/12 13:17:31 nia Exp $ +# $NetBSD: Makefile,v 1.24 2021/05/02 10:24:48 nia Exp $ DISTNAME= hitori-3.38.0 CATEGORIES= games gnome @@ -10,9 +10,7 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Hitori COMMENT= Logic game similar to Sudoku LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0 -USE_TOOLS+= msgfmt pkg-config xgettext - -TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool +USE_TOOLS+= msgfmt pkg-config xgettext itstool .include "../../mk/bsd.prefs.mk" # msgfmt: unknown option -- desktop |