From 32d8bfee76e363b539823030352ad93b7ebd5622 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 5 Dec 2015 09:46:20 +0000 Subject: Update ncurses to 6.0 from now ncurses will track the release and not the snapshots ABI has changed, add a note for users on how to upgrade --- Mk/Uses/ncurses.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/Uses/ncurses.mk b/Mk/Uses/ncurses.mk index 8e7400160508..6461a5b4468f 100644 --- a/Mk/Uses/ncurses.mk +++ b/Mk/Uses/ncurses.mk @@ -71,7 +71,7 @@ NCURSES_SHLIBVER?= ${NCURSES_SHLIBFILE:E} .endif NCURSES_PORT?= devel/ncurses -NCURSES_SHLIBVER?= 5 +NCURSES_SHLIBVER?= 6 BUILD_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.${NCURSES_SHLIBVER}:${PORTSDIR}/${NCURSES_PORT} RUN_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.${NCURSES_SHLIBVER}:${PORTSDIR}/${NCURSES_PORT} -- cgit