git: b5144751fbfa - main - lang/kross-interpreters: unbreak build after 18c6e1827669 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 14:33:42 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5144751fbfae5d4b61df980cdf7d066877fe35e commit b5144751fbfae5d4b61df980cdf7d066877fe35e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-18 14:31:27 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-18 14:31:27 +0000 lang/kross-interpreters: unbreak build after 18c6e1827669 (+) Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Reported by: pkg-fallout --- lang/kross-interpreters/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/kross-interpreters/Makefile b/lang/kross-interpreters/Makefile index 28c3f2c4333d..f76476486e61 100644 --- a/lang/kross-interpreters/Makefile +++ b/lang/kross-interpreters/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PythonLibs -RUBY_USE= ruby +RUBY_USES= ruby RUBY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ruby .include <bsd.port.mk>