git: 158737759d4e - main - science/cantera: Add USES=localbase in an attempt to fix build on various systems

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 07 Jun 2023 04:45:29 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=158737759d4e720d68801c9247e9af4c811fcbb7

commit 158737759d4e720d68801c9247e9af4c811fcbb7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-07 03:47:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-07 04:45:24 +0000

    science/cantera: Add USES=localbase in an attempt to fix build on various systems
    
    Reported by:    fallout
---
 science/cantera/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/cantera/Makefile b/science/cantera/Makefile
index 4d17ffaf6863..552f31c23b5d 100644
--- a/science/cantera/Makefile
+++ b/science/cantera/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	googletest>0:devel/googletest \
 LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libyaml-cpp.so:devel/yaml-cpp
 
-USES=		compiler:c++11-lang eigen:3 scons
+USES=		compiler:c++11-lang eigen:3 localbase scons
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes