Date: Sun, 15 Aug 2021 07:33:11 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8aa5711d539f - main - science/dynare: Remove duplicate line, add comment. Message-ID: <202108150733.17F7XBXQ025573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8aa5711d539f95493c8e35408c949d3eb931bd43 commit 8aa5711d539f95493c8e35408c949d3eb931bd43 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-15 04:06:28 +0000 Commit: Yuri Victorovich <yuri@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108150733.17F7XBXQ025573>