git: 4dc157dfe6f7 - main - biology/libsbml: unbreak build after 18c6e1827669 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 18 Jan 2023 14:47:37 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc157dfe6f75964c1dab1fbe92f3768ef539b74

commit 4dc157dfe6f75964c1dab1fbe92f3768ef539b74
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-01-18 14:42:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-01-18 14:47:24 +0000

    biology/libsbml: unbreak build after 18c6e1827669 (+)
    
    Changes in framework need adjustment for declared options.
    
    *_USE=ruby now became as *_USES=ruby
    
    Approved by:    portmgr blanket
---
 biology/libsbml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index dd2265f773ef..4c9c7f49048b 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -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