diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-03-20 22:26:35 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-03-20 22:26:35 +0000 |
commit | 8de4889aad4b5f5c35b30acb2cab95d65344a915 (patch) | |
tree | 2021cb616503c4ebfb2bafc690e4c4b80c5260c8 /math/dynare | |
parent | 441af6e79a331dc36199122d0ae68507915bc6ae (diff) | |
download | ports-8de4889aad4b5f5c35b30acb2cab95d65344a915.tar.gz ports-8de4889aad4b5f5c35b30acb2cab95d65344a915.zip |
Notes
Diffstat (limited to 'math/dynare')
-rw-r--r-- | math/dynare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dynare/Makefile b/math/dynare/Makefile index e530a85ee13e..6954dabec1c4 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -2,7 +2,7 @@ PORTNAME= dynare DISTVERSION= 4.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ @@ -35,7 +35,7 @@ OPTIONS_SUB= yes MATLAB_CONFIGURE_ENABLE= matlab OCTAVE_CONFIGURE_ENABLE= octave -OCTAVE_BUILD_DEPENDS= octave:math/octave +OCTAVE_LIB_DEPENDS= liboctave.so:math/octave OCTAVE_USES= compiler:c++14-lang OCTAVE_VARS= CXXFLAGS=--std=c++14 # https://github.com/DynareTeam/dynare/issues/1599 |