svn commit: r304151 - head/editors/vim

David E. O'Brien obrien at FreeBSD.org
Wed Sep 12 15:40:27 UTC 2012


Author: obrien
Date: Wed Sep 12 15:40:26 2012
New Revision: 304151
URL: http://svn.freebsd.org/changeset/ports/304151

Log:
  Remove limitation on unthreaded version of Tcl.
  
  PR:		171158
  Submitted by:	gahr

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Wed Sep 12 15:15:15 2012	(r304150)
+++ head/editors/vim/Makefile	Wed Sep 12 15:40:26 2012	(r304151)
@@ -88,8 +88,7 @@ MAKE_ARGS+=	CONF_OPT_RUBY="--enable-ruby
 .endif
 
 .if defined(WITH_TCL)
-USE_TCL=	82+
-USE_TCL_NO_THREADS=	yes
+USE_TCL=	85+
 .endif
 
 .if defined(WITH_LUA)



More information about the svn-ports-all mailing list