summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 19:27:41 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 19:27:41 +0000
commit6531bd443a9b336106d571dd529e4ce71048ce72 (patch)
tree682635f6f6407d4efaacd9b75ea14cbcea8c72c2 /dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild
parentFix libpng-1.2 compile problem. Patch by Robert Marmorstein <rmmarm@wm.edu> i... (diff)
downloadgentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.tar.gz
gentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.tar.bz2
gentoo-2-6531bd443a9b336106d571dd529e4ce71048ce72.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild')
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild
index 4c4f2fa8147d..bb912d0eeeaa 100644
--- a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.010.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/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.3 2006/01/13 22:03:03 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.4 2006/08/05 19:27:41 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="~ppc sparc x86"
IUSE=""
#SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"