summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/lftp/lftp-3.0.9.ebuild')
-rw-r--r--net-ftp/lftp/lftp-3.0.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/lftp/lftp-3.0.9.ebuild b/net-ftp/lftp/lftp-3.0.9.ebuild
index 20925dffaddd..ab32df70b7f1 100644
--- a/net-ftp/lftp/lftp-3.0.9.ebuild
+++ b/net-ftp/lftp/lftp-3.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.9.ebuild,v 1.11 2005/01/22 18:30:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.9.ebuild,v 1.12 2005/04/22 21:19:35 mrness Exp $
inherit eutils
@@ -18,7 +18,7 @@ IUSE="ssl socks5 nls"
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
- socks5? ( >=net-misc/dante-1.1.12 )
+ socks5? ( >=net-proxy/dante-1.1.12 )
nls? ( sys-devel/gettext )
alpha? ( dev-lang/perl )
alpha? ( >=sys-apps/sed-4 )
@@ -35,7 +35,7 @@ RDEPEND="nls? ( sys-devel/gettext )
virtual/libc
sys-libs/readline
socks5? ( sys-libs/pam )
- socks5? ( >=net-misc/dante-1.1.12 )"
+ socks5? ( >=net-proxy/dante-1.1.12 )"
src_compile() {
local myconf="`use_enable nls`"