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

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Jan 13 02:11:27 UTC 2016


Author: stephen
Date: Wed Jan 13 02:11:26 2016
New Revision: 405990
URL: https://svnweb.freebsd.org/changeset/ports/405990

Log:
  - Default to off the optional dependencies that are broken.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Wed Jan 13 02:02:55 2016	(r405989)
+++ head/math/octave-forge/Makefile	Wed Jan 13 02:11:26 2016	(r405990)
@@ -3,6 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20150704
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -25,7 +26,7 @@ OPTIONS_DEFINE=	ACTUARIAL AD AUDIO BENCH
 		SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \
 		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NVIDEO:NXRAYLIB}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-head mailing list