diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 02:11:26 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 02:11:26 +0000 |
commit | ccf798cbe803542f5a5aee232c216c94321fd807 (patch) | |
tree | 14598e69a16d08f22284a341a0ca916ddabd269e /math/octave-forge/Makefile | |
parent | 3d2fdfdf54f7b6af6562fe5023aff26f79801d62 (diff) | |
download | ports-ccf798cbe803542f5a5aee232c216c94321fd807.tar.gz ports-ccf798cbe803542f5a5aee232c216c94321fd807.zip |
Notes
Diffstat (limited to 'math/octave-forge/Makefile')
-rw-r--r-- | math/octave-forge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 5f28cf04907d..dbcd5eb0e569 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20150704 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -25,7 +26,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ 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 |