diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-12 14:28:06 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-12 14:28:06 +0000 |
commit | dcf608e829378196ba1e17a9f8d3bc61d46bb090 (patch) | |
tree | 86ab948c0ae65168dbaeee345a7c6ec13ad881a4 /math | |
parent | aec7a8c70ebe3378550a8daec914ef1999bbf11d (diff) | |
download | ports-dcf608e829378196ba1e17a9f8d3bc61d46bb090.tar.gz ports-dcf608e829378196ba1e17a9f8d3bc61d46bb090.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ascent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ascent/Makefile b/math/ascent/Makefile index 3bc061af4e02..9683f8d38cc2 100644 --- a/math/ascent/Makefile +++ b/math/ascent/Makefile @@ -11,7 +11,7 @@ COMMENT= C++ simulation engine and differential equation solver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= AnyarInc GH_PROJECT= Ascent |