diff options
Diffstat (limited to 'media-sound/fluidsynth/fluidsynth-1.1.1.ebuild')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild index dee702d936ba..754418f29235 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.10 2011/01/14 21:28:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.11 2012/05/05 08:20:42 mgorny Exp $ EAPI=2 inherit libtool @@ -27,7 +27,7 @@ RDEPEND=" readline? ( sys-libs/readline ) sndfile? ( media-libs/libsndfile )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P/7a/7} |