Date: Wed, 13 Sep 2023 19:16:31 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5c3675cabdf4 - main - math/octave-forge: Add optional dependency Message-ID: <202309131916.38DJGVli014084@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c3675cabdf4c945ecdc5306fcae45ae12024ac7 commit 5c3675cabdf4c945ecdc5306fcae45ae12024ac7 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-09-13 19:15:02 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-09-13 19:15:02 +0000 math/octave-forge: Add optional dependency Optional dependency math/octave-forge-parallel deafults to on. Was previously broken. Bump portrevision. --- math/octave-forge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 124e66946e76..7150c1866ae5 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge PORTVERSION= 20230902 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -33,7 +34,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATABASE:NMECHANICS:NMPI:NNLWING2:NPARALLEL:NSPECFUN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATABASE:NMECHANICS:NMPI:NNLWING2:NSPECFUN} OCTAVE_TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309131916.38DJGVli014084>