aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-12 02:41:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-12 03:10:09 +0000
commitc9f9c0d71bac878d1f7b3e09e38b3ceb758b760e (patch)
tree8c0a8abf87b340742ef8f04375ffdb0516c9bf5b /science
parent932448064685333bb2e6ee1377f50ae886a757d2 (diff)
downloadports-c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e.tar.gz
ports-c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e.zip
science/cantera: Add missing boost dependency
Reported by: fallout
Diffstat (limited to 'science')
-rw-r--r--science/cantera/Makefile5
1 files 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@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