Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2023 14:47:41 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62d3781d90e0 - main - irc/weechat: unbreak build after 18c6e1827669 (+)
Message-ID:  <202301181447.30IElffG094878@gitrepo.freebsd.org>

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



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