diff options
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 432ae40a59f..7685b2ae7d3 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/24 19:21:36 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/22 06:13:22 jlam Exp $ # DISTNAME= lftp-2.3.9 @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://lftp.yar.ru/ COMMENT= powerful command line ftp client +# uses GNU readline internal variables (_rl_mark_modified_lines) DEPENDS+= readline>=4.1:../../devel/readline GNU_CONFIGURE= YES |