diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:37:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:37:47 +0000 |
commit | d12dcbded7fa38759863764953a618318f01a1bc (patch) | |
tree | b74b747208fc1b746212f119e5b8f4daad1b37b7 /dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild | |
parent | Add missing pkg-config dependency. Thanks Patrick in bug #206175. (diff) | |
download | gentoo-2-d12dcbded7fa38759863764953a618318f01a1bc.tar.gz gentoo-2-d12dcbded7fa38759863764953a618318f01a1bc.tar.bz2 gentoo-2-d12dcbded7fa38759863764953a618318f01a1bc.zip |
Add missing pkg-config dependency. Thanks Patrick in bug #206186.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild')
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild index a8e0459af6ac..f0548d11fe75 100644 --- a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild +++ b/dev-perl/gtk2-spell/gtk2-spell-1.03.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-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.14 2007/07/10 23:33:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.15 2008/01/17 16:37:47 flameeyes Exp $ inherit perl-module @@ -15,11 +15,13 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 >=app-text/gtkspell-2 >=dev-perl/glib-perl-1.012 >=dev-perl/gtk2-perl-1.012 dev-lang/perl" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |