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 /news | |
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 'news')
-rw-r--r-- | news/pan/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 80486593932..a004dfa7e22 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2021/04/21 13:25:15 adam Exp $ +# $NetBSD: Makefile,v 1.111 2021/05/02 10:24:51 nia Exp $ DISTNAME= pan-0.146 PKGREVISION= 6 @@ -11,9 +11,7 @@ HOMEPAGE= http://pan.rebelbase.com/ COMMENT= Newsreader for GTK2 LICENSE= gnu-gpl-v2 -TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool - -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config itstool USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |