summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Fuse/Fuse-0.06.ebuild')
-rw-r--r--dev-perl/Fuse/Fuse-0.06.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Fuse/Fuse-0.06.ebuild b/dev-perl/Fuse/Fuse-0.06.ebuild
index 6e1aeb12402b..22189cd4533c 100644
--- a/dev-perl/Fuse/Fuse-0.06.ebuild
+++ b/dev-perl/Fuse/Fuse-0.06.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/Fuse/Fuse-0.06.ebuild,v 1.2 2006/07/04 08:47:55 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.06.ebuild,v 1.3 2006/08/05 04:05:55 mcummings Exp $
inherit perl-module
@@ -8,7 +8,8 @@ DESCRIPTION="Fuse module for perl"
SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/D/DP/DPAVLIN/${P}.tar.gz"
HOMEPAGE="http://cpan.uwinnipeg.ca/dist/Fuse"
-DEPEND="sys-fs/fuse"
+DEPEND="sys-fs/fuse
+ dev-lang/perl"
RDEPEND="${DEPEND}"
# Test is whack - ChrisWhite
@@ -16,4 +17,5 @@ RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
-IUSE="" \ No newline at end of file
+IUSE=""
+