biology/libsbml: unbreak build after 18c6e18276 (+)

Changes in framework need adjustment for declared options.

*_USE=ruby now became as *_USES=ruby

Approved by:	portmgr blanket
This commit is contained in:
Dima Panov 2023-01-18 17:42:53 +03:00
parent 0740541bf3
commit 4dc157dfe6

View File

@ -39,7 +39,7 @@ PYTHON_USES= python:3.6+
PYTHON_CMAKE_ON= WITH_SWIG
RUBY_BUILD_DEPENDS= swig:devel/swig
RUBY_CMAKE_BOOL= WITH_RUBY
RUBY_USE= ruby=yes
RUBY_USES= ruby
XERCES_CMAKE_BOOL= WITH_XERCES
XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3