Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 15:45:51 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344782 - head/editors/vim
Message-ID:  <201402171545.s1HFjps4018133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171545.s1HFjps4018133>