lang/kross-interpreters: unbreak build after 18c6e18276 (+)

Changes in framework need adjustment for declared options.

*_USE=ruby now became as *_USES=ruby

Reported by:	pkg-fallout
This commit is contained in:
Dima Panov 2023-01-18 17:31:27 +03:00
parent 8bb8c53d57
commit b5144751fb
1 changed files with 1 additions and 1 deletions

View File

@ -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>