diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 18:07:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 18:07:13 +0000 |
commit | 593073bdfcd0966c3c51ec7b5702af156c5c0752 (patch) | |
tree | 2561300536d6db8c6547eabed09d8b4c4c8e5359 /dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild | |
parent | Add missing pkg-config dependency. Thanks Patrick. (diff) | |
download | gentoo-2-593073bdfcd0966c3c51ec7b5702af156c5c0752.tar.gz gentoo-2-593073bdfcd0966c3c51ec7b5702af156c5c0752.tar.bz2 gentoo-2-593073bdfcd0966c3c51ec7b5702af156c5c0752.zip |
Add missing pkg-config dependency. Thanks Patrick in bug #206122.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild')
-rw-r--r-- | dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild b/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild index 8cb3bad811d7..8887c6a50393 100644 --- a/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild +++ b/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild,v 1.4 2007/08/24 03:25:02 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/njb-sharp/njb-sharp-0.3.0.ebuild,v 1.5 2008/01/17 18:07:13 flameeyes Exp $ inherit mono @@ -17,7 +17,8 @@ RDEPEND=">=dev-lang/mono-1.1.10 doc? ( >=dev-util/monodoc-1.1.8 ) >=dev-dotnet/gtk-sharp-2.0" DEPEND="${RDEPEND} - >=media-libs/libnjb-2.2.4" + >=media-libs/libnjb-2.2.4 + dev-util/pkgconfig" src_compile() { econf $(use_enable doc docs) || die "configure failed" |