git: c9f9c0d71bac - main - science/cantera: Add missing boost dependency
Yuri Victorovich
yuri at FreeBSD.org
Sun Sep 12 03:11:12 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e
commit c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-12 02:41:06 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-12 03:10:09 +0000
science/cantera: Add missing boost dependency
Reported by: fallout
---
science/cantera/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/science/cantera/Makefile b/science/cantera/Makefile
index f48b4fcbadfd..4c8a84c9d874 100644
--- a/science/cantera/Makefile
+++ b/science/cantera/Makefile
@@ -2,7 +2,7 @@ PORTNAME= cantera
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1-552
DISTVERSIONSUFFIX= -gcf085e47e
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science # chemistry physics
MAINTAINER= yuri at FreeBSD.org
@@ -11,7 +11,8 @@ COMMENT= Chemical kinetics, thermodynamics, and transport tool suite
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/License.txt
-BUILD_DEPENDS= googletest>0:devel/googletest
+BUILD_DEPENDS= googletest>0:devel/googletest \
+ ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
LIB_DEPENDS= libfmt.so:devel/libfmt \
libsundials_cvodes.so:math/sundials \
libyaml-cpp.so:devel/yaml-cpp
More information about the dev-commits-ports-main
mailing list