summaryrefslogtreecommitdiff
path: root/math/octave-forge/Makefile
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-04-08 23:20:43 -0500
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-04-08 23:20:43 -0500
commit379406a5461e7ced97d069180ad20c3b271d0fbb (patch)
treef85e7bf86c0def249fb9bfbd86508c696be59375 /math/octave-forge/Makefile
parentmath/octave-forge-sparsersb: Unbreak. (diff)
math/octave-forge: Default SPARSERSB to ON.
Diffstat (limited to '')
-rw-r--r--math/octave-forge/Makefile4
1 files 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