Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2021 03:11:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9f9c0d71bac - main - science/cantera: Add missing boost dependency
Message-ID:  <202109120311.18C3BCUE005925@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit c9f9c0d71bac878d1f7b3e09e38b3ceb758b760e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-12 02:41:06 +0000
Commit:     Yuri Victorovich <yuri@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109120311.18C3BCUE005925>