svn commit: r407662 - head/editors/vim

John Marino marino at FreeBSD.org
Sun Jan 31 19:45:30 UTC 2016


Author: marino
Date: Sun Jan 31 19:45:28 2016
New Revision: 407662
URL: https://svnweb.freebsd.org/changeset/ports/407662

Log:
  editors/vim: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sun Jan 31 19:37:15 2016	(r407661)
+++ head/editors/vim/Makefile	Sun Jan 31 19:45:28 2016	(r407662)
@@ -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}


More information about the svn-ports-head mailing list