git: 7dbf233495a9 - main - irc/epic5: unbreak build after 18c6e1827669 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 14:47:40 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dbf233495a9138e5a85370d5be8194dc1dbc6d5 commit 7dbf233495a9138e5a85370d5be8194dc1dbc6d5 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-18 14:44:28 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-18 14:47:25 +0000 irc/epic5: unbreak build after 18c6e1827669 (+) Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Approved by: portmgr blanket --- irc/epic5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 0873aa4446bc..e8cb390dcee5 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -27,7 +27,7 @@ PERL_CONFIGURE_WITH= perl PYTHON_USES= python gettext-runtime PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}-config PYTHON_CONFIGURE_OFF= --without-python -RUBY_USE= ruby=yes +RUBY_USES= ruby RUBY_CONFIGURE_WITH= ruby TCL_USES= tcl TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}/tclConfig.sh