diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 02:01:18 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 02:01:18 +0000 |
commit | d8dfe5a47f25126a1ecb5837bc16e4e90a5a63c9 (patch) | |
tree | 3419dd167563020ee3729fc828c89b05cb77b87b /math | |
parent | 9d19f9e4dc26d00eaf16c01bbcc5d0dca147cd45 (diff) | |
download | ports-d8dfe5a47f25126a1ecb5837bc16e4e90a5a63c9.tar.gz ports-d8dfe5a47f25126a1ecb5837bc16e4e90a5a63c9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/dune-localfunctions/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/dune-localfunctions/Makefile b/math/dune-localfunctions/Makefile index 3e40236438cd..e2b40107d194 100644 --- a/math/dune-localfunctions/Makefile +++ b/math/dune-localfunctions/Makefile @@ -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= * |