aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-01-18 14:42:53 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-01-18 14:47:24 +0000
commit4dc157dfe6f75964c1dab1fbe92f3768ef539b74 (patch)
tree7844b86451fe73db4f670ded2b1476dea5bad97f
parent0740541bf312fc37d34d09ddb45dd7b69762c2ea (diff)
downloadports-4dc157dfe6f75964c1dab1fbe92f3768ef539b74.tar.gz
ports-4dc157dfe6f75964c1dab1fbe92f3768ef539b74.zip
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
-rw-r--r--biology/libsbml/Makefile2
1 files changed, 1 insertions, 1 deletions
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