Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 04:21:09 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: 379406a5461e - main - math/octave-forge: Default SPARSERSB to ON.
Message-ID:  <202204090421.2394L9m5080090@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=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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090421.2394L9m5080090>