1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Ensure vim uses ncursesw (the widechar version) everywhere

Reported by:	cy
This commit is contained in:
Baptiste Daroussin 2021-01-05 17:49:26 +00:00
parent 8e2c19381f
commit 73503c6770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560414

View File

@ -3,6 +3,7 @@
PORTNAME= vim
PORTVERSION= 8.2.2263
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors
@ -21,7 +22,7 @@ CONFLICTS_INSTALL?= vim-console vim-tiny
CONFIGURE_ARGS= --enable-gui=${GUI} \
--enable-multibyte \
--with-tlib=ncurses
--with-tlib=ncursesw
MAKE_ARGS= STRIP="${STRIP_CMD}" \
VIMRCLOC=${ETCDIR} \
VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER}