diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 13:52:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 13:52:37 +0000 |
commit | 7a28da5b806638b3c51c699e6ef0afc13aba7e5a (patch) | |
tree | 2980569222da912c94e2097b16fe92d480cad9bf /media-sound/rezound/rezound-0.12.3_beta.ebuild | |
parent | add pkgconfig missing dep, bug #205596 (diff) | |
download | gentoo-2-7a28da5b806638b3c51c699e6ef0afc13aba7e5a.tar.gz gentoo-2-7a28da5b806638b3c51c699e6ef0afc13aba7e5a.tar.bz2 gentoo-2-7a28da5b806638b3c51c699e6ef0afc13aba7e5a.zip |
add missing pkgconfig dep, bug #205604
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/rezound/rezound-0.12.3_beta.ebuild')
-rw-r--r-- | media-sound/rezound/rezound-0.12.3_beta.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/rezound/rezound-0.12.3_beta.ebuild b/media-sound/rezound/rezound-0.12.3_beta.ebuild index 085a03f19b4c..c30fba62761a 100644 --- a/media-sound/rezound/rezound-0.12.3_beta.ebuild +++ b/media-sound/rezound/rezound-0.12.3_beta.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/media-sound/rezound/rezound-0.12.3_beta.ebuild,v 1.7 2007/11/18 20:24:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.3_beta.ebuild,v 1.8 2008/01/13 13:52:37 aballier Exp $ WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5 @@ -40,6 +40,7 @@ RDEPEND="=sci-libs/fftw-2* DEPEND="${RDEPEND} sys-devel/bison + dev-util/pkgconfig sys-devel/flex" pkg_setup() { |