math/dune-typetree: Add missing RUN_DEPENDS

This commit is contained in:
Yuri Victorovich 2020-03-15 02:03:54 +00:00
parent d8dfe5a47f
commit 5c29d61161
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528467

View file

@ -3,6 +3,7 @@
PORTNAME= dune-typetree
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.0rc2
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@ -14,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= dune-common>0:math/dune-common \
openmpi>0:net/openmpi \
vc>0:devel/vc
RUN_DEPENDS= dune-common>0:math/dune-common \
openmpi>0:net/openmpi \
vc>0:devel/vc
USES= cmake compiler:c++17-lang fortran pkgconfig
USE_GITLAB= yes