diff options
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 3021080b654c..45e1e63918ef 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -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} |