aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-12-05 17:46:20 +0800
committerbapt <bapt@FreeBSD.org>2015-12-05 17:46:20 +0800
commit32d8bfee76e363b539823030352ad93b7ebd5622 (patch)
treea24e040b52267cb83b014f94bbd86e54ec4d2cf4 /Mk
parent7db4d542188d1977b91b883bb6b5ba8d607b4e9a (diff)
downloadfreebsd-ports-gnome-32d8bfee76e363b539823030352ad93b7ebd5622.tar.gz
freebsd-ports-gnome-32d8bfee76e363b539823030352ad93b7ebd5622.tar.zst
freebsd-ports-gnome-32d8bfee76e363b539823030352ad93b7ebd5622.zip
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
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}