editors/vim: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
This commit is contained in:
parent
44d8a469b9
commit
c793031cfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407662
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user