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:
parent
8e2c19381f
commit
73503c6770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560414
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user