svn commit: r528466 - head/math/dune-localfunctions
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 15 02:01:19 UTC 2020
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 at 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= *
More information about the svn-ports-all
mailing list