aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2019-06-12 16:14:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2019-06-12 16:14:02 +0000
commit07a80a55b74e11929f4f9f60d4769432784a19b8 (patch)
tree5c55fbf577770d163db13e65c3b3815b1526430c /irc
parentccddf383ee20758108ade6d5d2c642d4e1723ee7 (diff)
downloadports-07a80a55b74e11929f4f9f60d4769432784a19b8.tar.gz
ports-07a80a55b74e11929f4f9f60d4769432784a19b8.zip
irc/weechat: remove meaningless 85+ from USES tcl
Notes
Notes: svn path=/head/; revision=504022
Diffstat (limited to 'irc')
-rw-r--r--irc/weechat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 983008a4b785..2cc708b3a17b 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -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>