diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 16:14:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 16:14:02 +0000 |
commit | 07a80a55b74e11929f4f9f60d4769432784a19b8 (patch) | |
tree | 5c55fbf577770d163db13e65c3b3815b1526430c /irc | |
parent | ccddf383ee20758108ade6d5d2c642d4e1723ee7 (diff) | |
download | ports-07a80a55b74e11929f4f9f60d4769432784a19b8.tar.gz ports-07a80a55b74e11929f4f9f60d4769432784a19b8.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat/Makefile | 2 |
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> |