diff options
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r-- | dev-perl/gtk-perl/gtk-perl-0.7004.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild index 01bf62e2a87d..f6b16c3aa197 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild,v 1.3 2001/05/03 16:38:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7004.ebuild,v 1.4 2001/06/06 16:55:51 achim Exp $ A=Gtk-Perl-${PV}.tar.gz S=${WORKDIR}/Gtk-Perl-${PV} @@ -9,7 +9,7 @@ DESCRIPTION="Perl bindings for GTK" SRC_URI="ftp://ftp.rz.ruhr-uni-bochum.de/pub/CPAN/authors/id/L/LU/LUPUS/${A}" HOEMPAGE="http://www.perl.org/" -DEPEND=">=x11-libs/gtk+-1.2.8" +DEPEND=">=x11-libs/gtk+-1.2.8 sys-devel/perl" src_compile() { |