diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 14:43:53 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 14:43:53 +0000 |
commit | 4e9d54f1f8de5f49b54e423b82e5731e5dc0eb3a (patch) | |
tree | 812dd10092e3a8dd5d443295146be4c9e0cd2d1e /x11-plugins/bfm/bfm-0.6.4.ebuild | |
parent | amd64 stable, bug 160130 (diff) | |
download | historical-4e9d54f1f8de5f49b54e423b82e5731e5dc0eb3a.tar.gz historical-4e9d54f1f8de5f49b54e423b82e5731e5dc0eb3a.tar.bz2 historical-4e9d54f1f8de5f49b54e423b82e5731e5dc0eb3a.zip |
Added missing pkgconfig dependancy. Closes bug #150638
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'x11-plugins/bfm/bfm-0.6.4.ebuild')
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/bfm/bfm-0.6.4.ebuild b/x11-plugins/bfm/bfm-0.6.4.ebuild index 61f83c20f685..cb8175515530 100644 --- a/x11-plugins/bfm/bfm-0.6.4.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.4 2006/06/18 14:46:18 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.5 2007/01/26 14:43:53 s4t4n Exp $ inherit eutils @@ -14,7 +14,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -DEPEND=">=x11-libs/gtk+-2.4.9-r1" +RDEPEND=">=x11-libs/gtk+-2.4.9-r1" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { |