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 /audio/rhythmbox | |
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 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index bed9beb5d05..f9e9659a767 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2021/04/21 11:41:01 adam Exp $ +# $NetBSD: Makefile,v 1.180 2021/05/02 10:24:47 nia Exp $ DISTNAME= rhythmbox-3.4.4 PKGREVISION= 2 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= itstool USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES @@ -28,7 +29,6 @@ CONFIGURE_ARGS+= --enable-vala CONFIGURE_ARGS+= --with-brasero CONFIGURE_ARGS+= --with-ipod -BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool DEPENDS+= gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-good DEPENDS+= gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss |