aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-01-18 14:43:52 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-01-18 14:47:24 +0000
commit254d04e51e2de2153fe0606808b6956fb47fc981 (patch)
tree9d6e0ebbdae49566576187b01efaffc40fe67623
parent4dc157dfe6f75964c1dab1fbe92f3768ef539b74 (diff)
downloadports-254d04e51e2de2153fe0606808b6956fb47fc981.tar.gz
ports-254d04e51e2de2153fe0606808b6956fb47fc981.zip
finance/quickfix: 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--finance/quickfix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile
index b44acfe482b9..70894a453678 100644
--- a/finance/quickfix/Makefile
+++ b/finance/quickfix/Makefile
@@ -34,7 +34,7 @@ MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
PYTHON_USES= python:3.7
PYTHON_CONFIGURE_WITH= python3
-RUBY_USE= ruby=yes
+RUBY_USES= ruby
RUBY_CONFIGURE_WITH= ruby
RUBY_LIB_DEPENDS+=libunwind.so:devel/libunwind
JAVA_USE= java=yes