diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:06:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:06:43 +0000 |
commit | 4f4c56d20d2710a018b91604066cdff3c09a5997 (patch) | |
tree | 672a7f9504025d03d1e783764ae31949ce85a3fc /dev-perl/GD/GD-2.32.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-4f4c56d20d2710a018b91604066cdff3c09a5997.tar.gz gentoo-2-4f4c56d20d2710a018b91604066cdff3c09a5997.tar.bz2 gentoo-2-4f4c56d20d2710a018b91604066cdff3c09a5997.zip |
Adding perl dep; fixed DEPEND
(Portage version: 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" + |