From 02975f9afed5a41f54503a1d16d5659bcb1c455a Mon Sep 17 00:00:00 2001 From: fernape Date: Tue, 20 Mar 2018 22:26:35 +0000 Subject: math/dynare: Add missing LIB_DEPENDS to fix stage-qa Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D14719 --- math/dynare/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/dynare/Makefile') 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 -- cgit