summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-11 14:06:17 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-11 14:06:17 +0000
commit8ebe8d60941737052f3bd01c03cdd2cc10202e3c (patch)
tree922c2b2e8bba7e08d0ead902a0d6f4ca1e5a7319 /sys-devel
parentRemoved perl from deps, because perl requires groff (diff)
downloadhistorical-8ebe8d60941737052f3bd01c03cdd2cc10202e3c.tar.gz
historical-8ebe8d60941737052f3bd01c03cdd2cc10202e3c.tar.bz2
historical-8ebe8d60941737052f3bd01c03cdd2cc10202e3c.zip
Added man to build deps, hope that fixes missing manpage installation if perl
gets build during emerge system
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/perl/perl-5.6.1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild
index b66703372dbf..c6361386e1aa 100644
--- a/sys-devel/perl/perl-5.6.1.ebuild
+++ b/sys-devel/perl/perl-5.6.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.1 2001/04/16 16:37:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.2 2001/05/11 14:06:17 achim Exp $
A=${P}.tar.gz
@@ -10,7 +10,11 @@ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${A}"
HOMEPAGE="http://www.perl.org"
-DEPEND="virtual/glibc
+DEPEND="virtual/glibc sys-apps/man
+ berkdb? ( >=sys-libs/db-3.1.17 )
+ gdbm? ( >=sys-libs/gdbm-1.8.0 )"
+
+RDEPEND="virtual/glibc
berkdb? ( >=sys-libs/db-3.1.17 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )"