diff options
author | fernape <fernape@FreeBSD.org> | 2018-03-21 06:26:35 +0800 |
---|---|---|
committer | fernape <fernape@FreeBSD.org> | 2018-03-21 06:26:35 +0800 |
commit | 02975f9afed5a41f54503a1d16d5659bcb1c455a (patch) | |
tree | 2021cb616503c4ebfb2bafc690e4c4b80c5260c8 /math/dynare/Makefile | |
parent | 27de8d06fb26b69c89ed02989f514831503b1db5 (diff) | |
download | freebsd-ports-gnome-02975f9afed5a41f54503a1d16d5659bcb1c455a.tar.gz freebsd-ports-gnome-02975f9afed5a41f54503a1d16d5659bcb1c455a.tar.zst freebsd-ports-gnome-02975f9afed5a41f54503a1d16d5659bcb1c455a.zip |
math/dynare: Add missing LIB_DEPENDS to fix stage-qa
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14719
Diffstat (limited to 'math/dynare/Makefile')
-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 |