summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild')
-rw-r--r--dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild
index 8b04e912612e..cf2c811c8195 100644
--- a/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild
+++ b/dev-perl/GDTextUtil/GDTextUtil-0.86.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/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.14 2006/07/04 08:57:01 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDTextUtil/GDTextUtil-0.86.ebuild,v 1.15 2006/08/05 04:09:30 mcummings Exp $
inherit perl-module
@@ -13,11 +13,13 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="dev-perl/GD"
+DEPEND="dev-perl/GD
+ dev-lang/perl"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd ${S}
perl-module_src_prep
-} \ No newline at end of file
+}
+