aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-06-07 03:47:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-06-07 04:45:24 +0000
commit158737759d4e720d68801c9247e9af4c811fcbb7 (patch)
treee30a230af174f2838594bace45ac099f5c880c48 /science
parent31745d2619e6fb51e1c0f5c7e474bbf8e562b84d (diff)
downloadports-158737759d4e720d68801c9247e9af4c811fcbb7.tar.gz
ports-158737759d4e720d68801c9247e9af4c811fcbb7.zip
science/cantera: Add USES=localbase in an attempt to fix build on various systems
Reported by: fallout
Diffstat (limited to 'science')
-rw-r--r--science/cantera/Makefile2
1 files changed, 1 insertions, 1 deletions
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