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 | fd425166065ae2705d59ffd142958ca03b9b6f9e (patch) | |
tree | 7bc010f53e751d2856af090749b6843326f9ebf9 /audio/rhythmbox-gtk3 | |
parent | b51881c9ea307f088505d5d33a6e268cf5a7986f (diff) | |
download | pkgsrc-fd425166065ae2705d59ffd142958ca03b9b6f9e.tar.gz |
Needs itstool.
Diffstat (limited to 'audio/rhythmbox-gtk3')
-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 |