diff options
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() { |