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 /misc/yelp3 | |
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 'misc/yelp3')
-rw-r--r-- | misc/yelp3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/yelp3/Makefile b/misc/yelp3/Makefile index a1c23eba8b7..4bd13d6a20d 100644 --- a/misc/yelp3/Makefile +++ b/misc/yelp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2021/04/21 11:42:16 adam Exp $ +# $NetBSD: Makefile,v 1.76 2021/05/02 10:24:50 nia Exp $ DISTNAME= yelp-3.32.0 PKGREVISION= 9 @@ -11,13 +11,11 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Mallard capable help browser LICENSE= gnu-gpl-v2 AND apache-2.0 -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config itstool USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool - # Requires --desktop in msgfmt. _TOOLS_USE_PKGSRC.msgfmt= yes |