svn commit: r528468 - head/math/dune-istl

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 15 02:07:16 UTC 2020


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

Log:
  math/dune-istl: Add missing RUN_DEPENDS

Modified:
  head/math/dune-istl/Makefile

Modified: head/math/dune-istl/Makefile
==============================================================================
--- head/math/dune-istl/Makefile	Sun Mar 15 02:03:54 2020	(r528467)
+++ head/math/dune-istl/Makefile	Sun Mar 15 02:07:15 2020	(r528468)
@@ -3,6 +3,7 @@
 PORTNAME=	dune-istl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.0rc2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	dune-common>0:math/dune-common \
 		vc>0:devel/vc
+RUN_DEPENDS=	dune-common>0:math/dune-common
 
 USES=		cmake compiler:c++17-lang fortran pkgconfig
 USE_GITLAB=	yes


More information about the svn-ports-all mailing list