changeset 2864:071f6f3b11fa

Link readline with ncurses instead of pdcurses.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Nov 2012 12:54:33 -0500
parents 54464afe91f3
children 5ebec6b3a79c
files src/readline.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/readline.mk	Fri Nov 16 12:55:45 2012 -0500
+++ b/src/readline.mk	Fri Nov 16 12:54:33 2012 -0500
@@ -7,7 +7,7 @@
 $(PKG)_SUBDIR   := readline-$($(PKG)_VERSION)
 $(PKG)_FILE     := readline-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://ftp.gnu.org/gnu/readline/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc pdcurses
+$(PKG)_DEPS     := gcc ncurses
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'http://tiswww.case.edu/php/chet/readline/rltop.html' | \