Date: Sun, 15 Mar 2020 02:03:54 +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: r528467 - head/math/dune-typetree Message-ID: <202003150203.02F23s3e024510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003150203.02F23s3e024510>