git: 254d04e51e2d - main - finance/quickfix: unbreak build after 18c6e1827669 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 14:47:39 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=254d04e51e2de2153fe0606808b6956fb47fc981 commit 254d04e51e2de2153fe0606808b6956fb47fc981 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-18 14:43:52 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-18 14:47:24 +0000 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 --- finance/quickfix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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