svn commit: r344782 - head/editors/vim

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 15:45:51 UTC 2014


Author: gahr
Date: Mon Feb 17 15:45:51 2014
New Revision: 344782
URL: http://svnweb.freebsd.org/changeset/ports/344782
QAT: https://qat.redports.org/buildarchive/r344782/

Log:
  - Convert to USES=tcl

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Mon Feb 17 15:44:38 2014	(r344781)
+++ head/editors/vim/Makefile	Mon Feb 17 15:45:51 2014	(r344782)
@@ -91,7 +91,7 @@ MAKE_ARGS+=	CONF_OPT_RUBY="--enable-ruby
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=	85+
+USES+=		tcl:85+
 MAKE_ARGS+=	CONF_OPT_TCL="--enable-tclinterp --with-tclsh="${TCLSH:S/${LOCALBASE}\/bin\///g}""
 .endif
 


More information about the svn-ports-all mailing list