math/dune-typetree: Add missing RUN_DEPENDS
This commit is contained in:
parent
d8dfe5a47f
commit
5c29d61161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528467
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue