diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-05 17:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-05 17:49:26 +0000 |
commit | 73503c67706bfee3c058f22f769ac0f11d3b2acf (patch) | |
tree | 2791500774ec4baa3f3f5421e21b2334d475dc43 /editors/vim | |
parent | 8e2c19381feb34a3388a847cca622a8af5bc96de (diff) | |
download | ports-73503c67706bfee3c058f22f769ac0f11d3b2acf.tar.gz ports-73503c67706bfee3c058f22f769ac0f11d3b2acf.zip |
Notes
Diffstat (limited to 'editors/vim')
-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} |