diff options
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 438d6e070db1..0691cc5c8920 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-2006 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.11 2006/07/05 17:37:58 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.12 2006/08/06 02:40:00 mcummings Exp $ inherit perl-module @@ -18,7 +18,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-2 >=app-text/gtkspell-2 >=dev-perl/glib-perl-1.012 - >=dev-perl/gtk2-perl-1.012" + >=dev-perl/gtk2-perl-1.012 + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { @@ -26,4 +27,5 @@ src_unpack() { cd ${S} # Without this it cannot find gtkspell <rigo@home.nl> sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed" -}
\ No newline at end of file +} + |