summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-09 13:04:31 +0000
committerru <ru@FreeBSD.org>2002-04-09 13:04:31 +0000
commit3f7981754af8de9f1c314ca3c028ff801453296b (patch)
tree055bfba2575479df83133a8c741e51b0256649f3 /lib/libedit
parent08dcee96002014218b6b653286ade0d133b8e897 (diff)
downloadFreeBSD-src-3f7981754af8de9f1c314ca3c028ff801453296b.zip
FreeBSD-src-3f7981754af8de9f1c314ca3c028ff801453296b.tar.gz
-ltermcap is spelled -lncurses nowadays.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 833f60e..0333e80 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -9,8 +9,8 @@ SHLIB_MINOR= 0
OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
-DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
MAN= editline.3 editrc.5
OpenPOWER on IntegriCloud