summaryrefslogtreecommitdiff
path: root/net/ncftp2
diff options
context:
space:
mode:
authortron <tron>1999-05-22 22:38:30 +0000
committertron <tron>1999-05-22 22:38:30 +0000
commita7ddb16826e6516b39e77229910765f9f19f236e (patch)
tree88c7cc56c91146152d8a6e7c686610b38ea39bc5 /net/ncftp2
parent2780970a77733f0001926943815702e7a6bc4d9c (diff)
downloadpkgsrc-a7ddb16826e6516b39e77229910765f9f19f236e.tar.gz
Use "readline" package to make command line editing work in non visual
mode as suggested by Eric Mumpower in PR pkg/7616.
Diffstat (limited to 'net/ncftp2')
-rw-r--r--net/ncftp2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 0f7a1f8c04d..c9e0910ad63 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/05/22 22:32:03 tron Exp $
+# $NetBSD: Makefile,v 1.13 1999/05/22 22:38:30 tron Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -10,17 +10,16 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ncftp.com/ncftp/
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-readline
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
.endif
+DEPENDS+= readline-2.2:../../devel/readline
# Include SOCKS firewall support
.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
-CFLAGS+= -I${PREFIX}/include
.if ${USE_SOCKS} == 4
CONFIGURE_ARGS+= --enable-socks
DEPENDS+= socks4-2.2:../../net/socks4