svn commit: r504022 - head/irc/weechat

Pietro Cerutti gahr at FreeBSD.org
Wed Jun 12 16:14:03 UTC 2019


Author: gahr
Date: Wed Jun 12 16:14:02 2019
New Revision: 504022
URL: https://svnweb.freebsd.org/changeset/ports/504022

Log:
  irc/weechat: remove meaningless 85+ from USES tcl

Modified:
  head/irc/weechat/Makefile

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Wed Jun 12 15:51:56 2019	(r504021)
+++ head/irc/weechat/Makefile	Wed Jun 12 16:14:02 2019	(r504022)
@@ -72,7 +72,7 @@ PYTHON_USES=		python
 RUBY_USE=		ruby=yes
 TCL_CMAKE_ON=		-DTCL_VERSION:STRING="${TCL_VER}" \
 			-DTCL_TCLSH:PATH="${TCLSH}"
-TCL_USES=		tcl:85+
+TCL_USES=		tcl
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list