libedit: Revert r247683 to fix buildworld.

I think r247683 is wrong because libedit.so actually uses symbols from
libcurses.so. Since it breaks the build, revert it now.
This commit is contained in:
Jilles Tjoelker 2013-03-03 14:42:15 +00:00
parent 579ed7bd05
commit 2dea247f6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247713

View File

@ -11,6 +11,7 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
DPADD= ${LIBNCURSES}
LDADD= -lncurses
MAN= editline.3 editrc.5