Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 02:01:18 +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: r528466 - head/math/dune-localfunctions
Message-ID:  <202003150201.02F21I2K021081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 15 02:01:18 2020
New Revision: 528466
URL: https://svnweb.freebsd.org/changeset/ports/528466

Log:
  math/dune-localfunctions: Fix DOCS_BUILD_DEPENDS duplication; Add missing RUN_DEPENDS

Modified:
  head/math/dune-localfunctions/Makefile

Modified: head/math/dune-localfunctions/Makefile
==============================================================================
--- head/math/dune-localfunctions/Makefile	Sun Mar 15 01:53:01 2020	(r528465)
+++ head/math/dune-localfunctions/Makefile	Sun Mar 15 02:01:18 2020	(r528466)
@@ -3,6 +3,7 @@
 PORTNAME=	dune-localfunctions
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.0rc2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,9 +12,11 @@ COMMENT=	DUNE framework: Local finite elements
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BUILD_DEPENDS=	dune-common>0:math/dune-common \
-		dune-geometry>0:math/dune-geometry \
+DUNE_DEPENDS=	dune-common>0:math/dune-common \
+		dune-geometry>0:math/dune-geometry
+BUILD_DEPENDS=	${DUNE_DEPENDS} \
 		vc>0:devel/vc
+RUN_DEPENDS=	${DUNE_DEPENDS}
 
 USES=		cmake compiler:c++17-lang fortran pkgconfig
 USE_GITLAB=	yes
@@ -30,9 +33,9 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
-DOCS_BUILD_DEPENDS=	latex:print/tex-formats
 DOCS_CMAKE_BOOL=	FREEBSD_INSTALL_DOCS
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
+			latex:print/tex-formats \
 			sphinx-build:textproc/py-sphinx
 
 PORTDOCS=	*



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