diff options
author | stephen <stephen@FreeBSD.org> | 2016-01-13 10:11:26 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-01-13 10:11:26 +0800 |
commit | e6baabb276684dbbc01c0397923c5042b3b19951 (patch) | |
tree | 14598e69a16d08f22284a341a0ca916ddabd269e /math | |
parent | b0422051d640a9523efd2dc5a216861871d32629 (diff) | |
download | freebsd-ports-gnome-e6baabb276684dbbc01c0397923c5042b3b19951.tar.gz freebsd-ports-gnome-e6baabb276684dbbc01c0397923c5042b3b19951.tar.zst freebsd-ports-gnome-e6baabb276684dbbc01c0397923c5042b3b19951.zip |
- Default to off the optional dependencies that are broken.
Diffstat (limited to 'math')
-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 |