svn commit: r566262 - head/math/octave-forge

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Feb 22 04:23:02 UTC 2021


Author: stephen
Date: Mon Feb 22 04:23:01 2021
New Revision: 566262
URL: https://svnweb.freebsd.org/changeset/ports/566262

Log:
  - Optional dependency math/octave-forge-ltfat to on.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Mon Feb 22 04:16:38 2021	(r566261)
+++ head/math/octave-forge/Makefile	Mon Feb 22 04:23:01 2021	(r566262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20200519
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	AUDIO ACTUARIAL BENCHMARK BIM BIOINFO 
 		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
 		ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NTISEAN:NLEVEL_SET:NLTFAT}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NTISEAN:NLEVEL_SET}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-all mailing list