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

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Jun 23 19:16:17 UTC 2018


Author: stephen
Date: Sat Jun 23 19:16:16 2018
New Revision: 473154
URL: https://svnweb.freebsd.org/changeset/ports/473154

Log:
  - Set option image to default to on.
  - Bump portrevision.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Sat Jun 23 19:15:33 2018	(r473153)
+++ head/math/octave-forge/Makefile	Sat Jun 23 19:16:16 2018	(r473154)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20180409
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	ACTUARIAL AUDIO BENCHMARK BIM BIOINFO 
 		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
 		ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NAUDIO:NENGINE:NFL_CORE:NIMAGE:NPDB}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NAUDIO:NENGINE:NFL_CORE:NPDB}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-all mailing list