diff options
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/tnftp/tnftp-20210827.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-ftp/tnftp/tnftp-20210827.ebuild b/net-ftp/tnftp/tnftp-20210827.ebuild index c4eb2501e387..ff6a5f77bfbb 100644 --- a/net-ftp/tnftp/tnftp-20210827.ebuild +++ b/net-ftp/tnftp/tnftp-20210827.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="ipv6 socks5 ssl" DEPEND=">=sys-libs/ncurses-5.1 + dev-libs/libedit socks5? ( net-proxy/dante ) ssl? ( dev-libs/openssl:= )" RDEPEND="${DEPEND}" @@ -23,6 +24,7 @@ DOCS=( ChangeLog README THANKS ) src_configure() { econf \ --enable-editcomplete \ + --without-local-libedit \ $(use_enable ipv6) \ $(use_enable ssl) \ $(use_with socks5 socks) |