summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-09 11:58:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-09 11:58:47 +0000
commitf68ac8f977bbf2ef4abecd63a28001c80634858e (patch)
treecc68a8b713fa7b6fc4ded88d08ef58f87e914b2b /ftp
parentEnable tiff34 (diff)
Activate local filename completion
Submitted by: sanpei@yy.cs.keio.ac.jp
Notes
Notes: svn path=/head/; revision=5284
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp2/Makefile4
-rw-r--r--ftp/ncftp3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index d01078c292a6..d3332a891aa9 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.36 1996/11/10 03:10:35 peter Exp $
+# $Id: Makefile,v 1.37 1996/11/18 11:35:35 asami Exp $
#
DISTNAME= ncftp-2.4.2
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
+CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
MAN1= ncftp2.1
do-install:
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index d01078c292a6..d3332a891aa9 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.36 1996/11/10 03:10:35 peter Exp $
+# $Id: Makefile,v 1.37 1996/11/18 11:35:35 asami Exp $
#
DISTNAME= ncftp-2.4.2
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
+CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
MAN1= ncftp2.1
do-install: