diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-23 18:37:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-23 18:37:26 +0000 |
commit | 3c618378f21a362daabddcb89a952440bd89e1ff (patch) | |
tree | 7bc010f53e751d2856af090749b6843326f9ebf9 /audio | |
parent | 4d797e671309c3d2aa85cc661905548b62f276d3 (diff) | |
download | pkgsrc-3c618378f21a362daabddcb89a952440bd89e1ff.tar.gz |
Needs itstool.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-gtk3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rhythmbox-gtk3/Makefile b/audio/rhythmbox-gtk3/Makefile index 632e6d71e0f..ae67f1627cf 100644 --- a/audio/rhythmbox-gtk3/Makefile +++ b/audio/rhythmbox-gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/09 07:39:27 adam Exp $ +# $NetBSD: Makefile,v 1.8 2013/05/23 18:37:26 joerg Exp $ # DISTNAME= rhythmbox-2.99.1 @@ -16,6 +16,8 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + CONFIGURE_ARGS+= --disable-browser-plugin CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --disable-fm-radio |