Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 02:07:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528468 - head/math/dune-istl
Message-ID:  <202003150207.02F27FeT024772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003150207.02F27FeT024772>