summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-07-13 12:20:19 +0000
committertron <tron>1999-07-13 12:20:19 +0000
commit0e590b66ef22059e09bfcb687b50a5361a137cdf (patch)
tree607a8e61a16a4a5678617cf6cf709968f3febf0d /net
parentcd2a21caaa643ee20ef5fd0acfeaecea1221ef56 (diff)
downloadpkgsrc-0e590b66ef22059e09bfcb687b50a5361a137cdf.tar.gz
Fix problem with configuration on ELF systems.
Diffstat (limited to 'net')
-rw-r--r--net/ncftp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 997e4075951..404266c73b4 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/07/13 01:34:40 jlam Exp $
+# $NetBSD: Makefile,v 1.16 1999/07/13 12:20:19 tron Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -23,7 +23,7 @@ CPPFLAGS+= -DHAVE_LIBREADLINE=1
CPPFLAGS+= -DHAVE_FILENAME_COMPLETION_FUNCTION=1
CPPFLAGS+= -DHAVE_READLINE_H=1 -DHAVE_HISTORY_H=1
CONFIGURE_ARGS+= --disable-readline
-CONFIGURE_ENV+= LIBS="-ledit"
+CONFIGURE_ENV+= LIBS="-ledit -lncurses"
.else
DEPENDS+= readline-4.0:../../devel/readline
.endif