aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-05 09:46:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-05 09:46:20 +0000
commitc51a425f4d849c9d4db7e11201b22990a6b47e10 (patch)
treea24e040b52267cb83b014f94bbd86e54ec4d2cf4 /Mk
parent08ccc83e46713b901d895e52550068b5ad4ccab6 (diff)
downloadports-c51a425f4d849c9d4db7e11201b22990a6b47e10.tar.gz
ports-c51a425f4d849c9d4db7e11201b22990a6b47e10.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/ncurses.mk2
1 files changed, 1 insertions, 1 deletions
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}