diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-01-14 19:37:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-01-14 19:37:48 +0000 |
commit | 84eac72d1409cac0f0c6b0c1e5a23f67f0f4e5a3 (patch) | |
tree | be671a8ba5bc39b846476c7598541355ebc74799 /media-sound/gimmix | |
parent | Added missing pkgconfig dep (diff) | |
download | gentoo-2-84eac72d1409cac0f0c6b0c1e5a23f67f0f4e5a3.tar.gz gentoo-2-84eac72d1409cac0f0c6b0c1e5a23f67f0f4e5a3.tar.bz2 gentoo-2-84eac72d1409cac0f0c6b0c1e5a23f67f0f4e5a3.zip |
Added missing intltool dep
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-sound/gimmix')
-rw-r--r-- | media-sound/gimmix/gimmix-0.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/gimmix/gimmix-0.4.2.ebuild b/media-sound/gimmix/gimmix-0.4.2.ebuild index 8d1825f45ac6..b828e73c4dc2 100644 --- a/media-sound/gimmix/gimmix-0.4.2.ebuild +++ b/media-sound/gimmix/gimmix-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild,v 1.3 2007/11/04 19:49:36 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild,v 1.4 2008/01/14 19:37:48 angelos Exp $ DESCRIPTION="a graphical music player daemon (MPD) client written in C using GTK2." HOMEPAGE="http://gimmix.berlios.de/" @@ -16,7 +16,8 @@ RDEPEND=">=x11-libs/gtk+-2.6 >=media-libs/libmpd-0.12 >=media-libs/taglib-1.4" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" + >=dev-util/pkgconfig-0.9 + dev-util/intltool" src_install() { emake DESTDIR="${D}" install || die |