git: 8aa5711d539f - main - science/dynare: Remove duplicate line, add comment.

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 15 07:33:11 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8aa5711d539f95493c8e35408c949d3eb931bd43

commit 8aa5711d539f95493c8e35408c949d3eb931bd43
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-15 04:06:28 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-15 07:33:07 +0000

    science/dynare: Remove duplicate line, add comment.
---
 science/dynare/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index d01a810ec34f..e4b6e38ebc8c 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -34,11 +34,9 @@ OPTIONS_DEFINE=			OCTAVE
 OPTIONS_DEFAULT=		OCTAVE
 OPTIONS_SUB=			yes
 
-OCRAVE_DESC=			Integrate with Octave (main way to use Dynare)
-OCTAVE_CONFIGURE_ENABLE=	octave
-OCTAVE_CONFIGURE_ON=		--disable-mex-kalman-steady-state # Kalman Steady State MEX file for Octave
-
 OCTAVE_DESC=			Integrate with Octave (main way to use Dynare)
+OCTAVE_CONFIGURE_ENABLE=	octave
+OCTAVE_CONFIGURE_ON=		--disable-mex-kalman-steady-state # Kalman Steady State MEX file for Octave - requires the non-free library slicot-5.0
 OCTAVE_BUILD_DEPENDS=		octave:math/octave
 OCTAVE_LIB_DEPENDS=		libfftw3.so:math/fftw3 \
 				libfftw3f.so:math/fftw3-float \


More information about the dev-commits-ports-main mailing list