Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 16:14:02 +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: r504022 - head/irc/weechat
Message-ID:  <201906121614.x5CGE2Gj027758@repo.freebsd.org>

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



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