diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-16 17:14:40 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-16 17:14:40 +0000 |
commit | ea16b64e6a78447c422ced2e2c88ff6184e47313 (patch) | |
tree | cc0340b10c0426c558d992eda3cdee36428a88dc /dev-perl/GD | |
parent | digest file (diff) | |
download | gentoo-2-ea16b64e6a78447c422ced2e2c88ff6184e47313.tar.gz gentoo-2-ea16b64e6a78447c422ced2e2c88ff6184e47313.tar.bz2 gentoo-2-ea16b64e6a78447c422ced2e2c88ff6184e47313.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/GD-1.32.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/GD/GD-1.32.ebuild b/dev-perl/GD/GD-1.32.ebuild index 4558fd9872ed..c1ad72ad7879 100644 --- a/dev-perl/GD/GD-1.32.ebuild +++ b/dev-perl/GD/GD-1.32.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/GD/GD-1.32.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.32.ebuild,v 1.2 2001/03/16 17:13:25 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,8 +10,8 @@ DESCRIPTION="The Perl DBI Module" SRC_URI="http://www.cpan.org/modules/by-module/GD/${A}" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" -DEPEND=">=sys-devel/perl-5" -RDEPEND="$DEPEND" +DEPEND=">=sys-devel/perl-5 + >=media-libs/libgd-1.8.3" src_unpack() { unpack ${A} |