Skip to content

Commit

Permalink
irc/weechat: unbreak build after 18c6e18 (+)
Browse files Browse the repository at this point in the history
Changes in framework need adjustment for declared options.

*_USE=ruby now became as *_USES=ruby

Approved by:	portmgr blanket
  • Loading branch information
fluffykhv committed Jan 18, 2023
1 parent 7dbf233 commit 62d3781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc/weechat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ NLS_USES= gettext
PERL_USES= perl5
PHP_USES= php:build,embed
PYTHON_USES= python
RUBY_USE= ruby=yes
RUBY_USES= ruby
TCL_CMAKE_ON= -DTCL_VERSION:STRING="${TCL_VER}" \
-DTCL_TCLSH:PATH="${TCLSH}"
TCL_USES= tcl
Expand Down

0 comments on commit 62d3781

Please sign in to comment.