git: 62d3781d90e0 - main - irc/weechat: unbreak build after 18c6e1827669 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 18 Jan 2023 14:47:41 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62d3781d90e057420db5c30fbc756ecbf25aa954

commit 62d3781d90e057420db5c30fbc756ecbf25aa954
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-01-18 14:44:47 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-01-18 14:47:25 +0000

    irc/weechat: unbreak build after 18c6e1827669 (+)
    
    Changes in framework need adjustment for declared options.
    
    *_USE=ruby now became as *_USES=ruby
    
    Approved by:    portmgr blanket
---
 irc/weechat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 6c252d282a49..e7237a199adf 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -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