diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-19 06:13:50 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-19 06:13:50 +0000 |
commit | 12a692b0dbf1f2d53269c9ab143cec06db8e9e42 (patch) | |
tree | 1340e2137b5a8bd016aa56941ba4d83e8bd2a78b /net-ftp/lftp/lftp-3.1.3.ebuild | |
parent | Ed Presutti says: eclair now needs sqlite3 (diff) | |
download | gentoo-2-12a692b0dbf1f2d53269c9ab143cec06db8e9e42.tar.gz gentoo-2-12a692b0dbf1f2d53269c9ab143cec06db8e9e42.tar.bz2 gentoo-2-12a692b0dbf1f2d53269c9ab143cec06db8e9e42.zip |
version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-ftp/lftp/lftp-3.1.3.ebuild')
-rw-r--r-- | net-ftp/lftp/lftp-3.1.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-ftp/lftp/lftp-3.1.3.ebuild b/net-ftp/lftp/lftp-3.1.3.ebuild index 1719acc9f8aa..9f91f8c63ee4 100644 --- a/net-ftp/lftp/lftp-3.1.3.ebuild +++ b/net-ftp/lftp/lftp-3.1.3.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.1.3.ebuild,v 1.2 2005/04/22 21:19:35 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.1.3.ebuild,v 1.3 2005/06/19 06:13:50 dragonheart Exp $ inherit eutils @@ -18,13 +18,14 @@ IUSE="ssl socks5 nls" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) - socks5? ( >=net-proxy/dante-1.1.12 ) + !ppc-macos? ( socks5? ( >=net-proxy/dante-1.1.12 + sys-libs/pam ) + ) nls? ( sys-devel/gettext ) alpha? ( dev-lang/perl ) alpha? ( >=sys-apps/sed-4 ) virtual/libc sys-libs/readline - socks5? ( sys-libs/pam ) sys-apps/gawk sys-devel/bison sys-devel/libtool" @@ -34,8 +35,9 @@ RDEPEND="nls? ( sys-devel/gettext ) ssl? ( >=dev-libs/openssl-0.9.6 ) virtual/libc sys-libs/readline - socks5? ( sys-libs/pam ) - socks5? ( >=net-proxy/dante-1.1.12 )" + !ppc-macos? ( socks5? ( >=net-proxy/dante-1.1.12 + sys-libs/pam ) + )" src_compile() { local myconf="`use_enable nls`" |