editors/vim: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-01-31 19:45:28 +00:00
parent 44d8a469b9
commit c793031cfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407662

View File

@ -27,7 +27,7 @@ ALL_TARGET= # empty
MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STRIP_CMD}" CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib
MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR}
REINPLACE_ARGS= -i ''
USES= cpe iconv pkgconfig shebangfix tar:bzip2
USES= cpe iconv ncurses pkgconfig shebangfix tar:bzip2
WANT_GNOME= yes
PLIST_SUB= VIM_VER=${VIM_VER}