diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
commit | 809c7857e4ee0e351a50c258d8f2276bd9ce5746 (patch) | |
tree | 6c7770cfcc65ff87156da52fedc24f1a7f64cc76 /dev-perl/GD | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.gz gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.bz2 gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.zip |
Upd and fixes for sys-build
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/GD-1.19.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/GD/GD-1.19.ebuild b/dev-perl/GD/GD-1.19.ebuild index 15545785bc41..2387aeba2609 100644 --- a/dev-perl/GD/GD-1.19.ebuild +++ b/dev-perl/GD/GD-1.19.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.19.ebuild,v 1.1 2001/01/23 06:17:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.19.ebuild,v 1.2 2001/01/27 14:41:33 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,12 +11,13 @@ 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" src_compile() { cd ${S} perl Makefile.PL try make - #try make test + try make test } src_install () { |