svn commit: r465112 - head/math/dynare

Fernando Apesteguía fernape at FreeBSD.org
Tue Mar 20 22:26:36 UTC 2018


Author: fernape
Date: Tue Mar 20 22:26:35 2018
New Revision: 465112
URL: https://svnweb.freebsd.org/changeset/ports/465112

Log:
  math/dynare: Add missing LIB_DEPENDS to fix stage-qa
  
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14719

Modified:
  head/math/dynare/Makefile

Modified: head/math/dynare/Makefile
==============================================================================
--- head/math/dynare/Makefile	Tue Mar 20 22:16:16 2018	(r465111)
+++ head/math/dynare/Makefile	Tue Mar 20 22:26:35 2018	(r465112)
@@ -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
 


More information about the svn-ports-all mailing list