git: 83c27d4b9d6e - main - math/deal.ii: Add missing run-time dependencies

Yuri Victorovich <[email protected]> Tue, 04 Aug 2026 22:23:17 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

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

commit 83c27d4b9d6e156310d273da17ed22fc18589d90
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-04 21:31:57 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-04 22:23:14 +0000

    math/deal.ii: Add missing run-time dependencies
---
 math/deal.ii/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index 7539bff90661..df272c105fbf 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	deal.II
 DISTVERSION=	9.7.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/
 DISTNAME=	dealii-${DISTVERSION}
@@ -28,6 +29,8 @@ LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libtbb.so:devel/onetbb \
 		libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R} \
 		libkokkoscore.so:devel/kokkos # TMP commented out for bundled kokkos, tests fail for non-bundled kokkos, see https://github.com/dealii/dealii/issues/15692
+RUN_DEPENDS=	cgal>0:math/cgal \
+		taskflow>0:devel/taskflow
 
 USES=		blaslapack:openblas cmake:testing compiler:c++23-lang localbase:ldflags xorg