diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:16:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:16:01 +0000 |
commit | eefe290c9e2be12a5187ffeafdfd6be67253d4c7 (patch) | |
tree | e262cb4ec469701e7975c4a778da7d43144e658e /dev-perl/PodToHTML/PodToHTML-0.05.ebuild | |
parent | Apply a patch for IBM JDK, see bug #142692. (diff) | |
download | historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.gz historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.bz2 historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/PodToHTML/PodToHTML-0.05.ebuild')
-rw-r--r-- | dev-perl/PodToHTML/PodToHTML-0.05.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/PodToHTML/PodToHTML-0.05.ebuild b/dev-perl/PodToHTML/PodToHTML-0.05.ebuild index b8a54b015024..b6724e1969ba 100644 --- a/dev-perl/PodToHTML/PodToHTML-0.05.ebuild +++ b/dev-perl/PodToHTML/PodToHTML-0.05.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/PodToHTML/PodToHTML-0.05.ebuild,v 1.6 2006/07/10 17:34:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PodToHTML/PodToHTML-0.05.ebuild,v 1.7 2006/08/05 20:04:29 mcummings Exp $ inherit perl-module @@ -16,6 +16,9 @@ IUSE="" SRC_TEST="do" DEPEND="dev-perl/HTML-Tree - dev-perl/HTML-Parser - dev-perl/HTML-Format" + dev-perl/HTML-Parser + dev-perl/HTML-Format + dev-lang/perl" RDEPEND="${DEPEND}" + + |