aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-01 03:45:28 +0800
committermarino <marino@FreeBSD.org>2016-02-01 03:45:28 +0800
commit9b37baf5119f1878c7c97082684a4e8f0ce0e068 (patch)
tree96f5dae20ec9d448dedc428cf5c378fd8ae9c3a9 /editors
parent9f252420b45469cd337df03528ff8b27d670da8e (diff)
downloadfreebsd-ports-gnome-9b37baf5119f1878c7c97082684a4e8f0ce0e068.tar.gz
freebsd-ports-gnome-9b37baf5119f1878c7c97082684a4e8f0ce0e068.tar.zst
freebsd-ports-gnome-9b37baf5119f1878c7c97082684a4e8f0ce0e068.zip
editors/vim: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 98a50525935c..a62750c71894 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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}