svn commit: r528467 - head/math/dune-typetree

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 15 02:03:55 UTC 2020


Author: yuri
Date: Sun Mar 15 02:03:54 2020
New Revision: 528467
URL: https://svnweb.freebsd.org/changeset/ports/528467

Log:
  math/dune-typetree: Add missing RUN_DEPENDS

Modified:
  head/math/dune-typetree/Makefile

Modified: head/math/dune-typetree/Makefile
==============================================================================
--- head/math/dune-typetree/Makefile	Sun Mar 15 02:01:18 2020	(r528466)
+++ head/math/dune-typetree/Makefile	Sun Mar 15 02:03:54 2020	(r528467)
@@ -3,6 +3,7 @@
 PORTNAME=	dune-typetree
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.0rc2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -12,6 +13,9 @@ LICENSE=	GPLv2
 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
 


More information about the svn-ports-head mailing list