svn commit: r504019 - head/editors/vim

Pietro Cerutti gahr at FreeBSD.org
Wed Jun 12 15:39:37 UTC 2019


Author: gahr
Date: Wed Jun 12 15:39:36 2019
New Revision: 504019
URL: https://svnweb.freebsd.org/changeset/ports/504019

Log:
  editors/vim: remove meaningless 85+ from USES tcl

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Wed Jun 12 15:38:53 2019	(r504018)
+++ head/editors/vim/Makefile	Wed Jun 12 15:39:36 2019	(r504019)
@@ -147,7 +147,7 @@ SCHEME_RUN_DEPENDS=	${SCHEME_BUILD_DEPENDS}
 
 TCL_CONFIGURE_ENABLE=	tclinterp
 TCL_CONFIGURE_WITH=	tclsh=tclsh${TCL_VER}
-TCL_USES=		tcl:85+
+TCL_USES=		tcl
 
 post-extract:
 	${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${WRKSRC}/runtime/keymap


More information about the svn-ports-head mailing list