diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
commit | 5090676ec26d3aaeab0084b6fa6a3b30e8a49008 (patch) | |
tree | 88e4d00134aa14834a66eac611f4069f73c1e662 /dev-perl/GD/GD-2.32.ebuild | |
parent | Update my email address: spyderous -> dberkholz. (diff) | |
download | historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.gz historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.bz2 historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/GD/GD-2.32.ebuild')
-rw-r--r-- | dev-perl/GD/GD-2.32.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/GD/GD-2.32.ebuild b/dev-perl/GD/GD-2.32.ebuild index e3b35b78e97e..23ad5b6d50cd 100644 --- a/dev-perl/GD/GD-2.32.ebuild +++ b/dev-perl/GD/GD-2.32.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/GD/GD-2.32.ebuild,v 1.2 2006/07/04 08:52:03 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.32.ebuild,v 1.3 2006/08/05 04:06:43 mcummings Exp $ inherit eutils perl-module @@ -18,7 +18,8 @@ DEPEND=">=media-libs/gd-2.0.28 jpeg? ( media-libs/jpeg ) truetype? ( =media-libs/freetype-2* ) xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) - gif? ( media-libs/giflib )" + gif? ( media-libs/giflib ) + dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { @@ -32,4 +33,5 @@ src_compile() { perl-module_src_compile } -mydoc="GD.html"
\ No newline at end of file +mydoc="GD.html" + |