git: 379406a5461e - main - math/octave-forge: Default SPARSERSB to ON.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 04:21:09 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=379406a5461e7ced97d069180ad20c3b271d0fbb commit 379406a5461e7ced97d069180ad20c3b271d0fbb Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-04-09 04:20:43 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-04-09 04:20:43 +0000 math/octave-forge: Default SPARSERSB to ON. --- math/octave-forge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 332d3f8198b3..b36558f8a087 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -2,7 +2,7 @@ PORTNAME= octave-forge PORTVERSION= 20210221 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -27,7 +27,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL BENCHMARK BIM BIOINFO BSLTL CGI \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NSPARSERSB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs