diff options
Diffstat (limited to 'dev-perl/GD/GD-2.30.ebuild')
-rw-r--r-- | dev-perl/GD/GD-2.30.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/GD/GD-2.30.ebuild b/dev-perl/GD/GD-2.30.ebuild index 1630a6bee5f8..7b3c83407235 100644 --- a/dev-perl/GD/GD-2.30.ebuild +++ b/dev-perl/GD/GD-2.30.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.30.ebuild,v 1.11 2006/04/24 15:16:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.30.ebuild,v 1.12 2006/07/04 08:52:03 ian Exp $ inherit eutils perl-module @@ -19,6 +19,7 @@ DEPEND=">=media-libs/gd-2.0.28 truetype? ( =media-libs/freetype-2* ) xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) gif? ( media-libs/giflib )" +RDEPEND="${DEPEND}" src_compile() { myconf="" @@ -31,4 +32,4 @@ src_compile() { perl-module_src_compile } -mydoc="GD.html" +mydoc="GD.html"
\ No newline at end of file |