diff options
author | stephen <stephen@FreeBSD.org> | 2016-01-13 12:31:59 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-01-13 12:31:59 +0800 |
commit | 138579f2ba808c442bc6bc7a14036ee75faf49ed (patch) | |
tree | 653e92a251ebb70d4449f56daaeed6f18e4c2c79 /math | |
parent | 1f09aa34472c174ee001d3d39073f25681a58639 (diff) | |
download | freebsd-ports-gnome-138579f2ba808c442bc6bc7a14036ee75faf49ed.tar.gz freebsd-ports-gnome-138579f2ba808c442bc6bc7a14036ee75faf49ed.tar.zst freebsd-ports-gnome-138579f2ba808c442bc6bc7a14036ee75faf49ed.zip |
- Add math/otave-forge-tisean as an optional dependency.
- Update to version 20160113.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index dbcd5eb0e569..bdd2b95a6d1a 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20150704 -PORTREVISION= 1 +PORTVERSION= 20160113 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -24,7 +23,8 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \ SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \ - STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY + STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO XRAYLIB \ + ZENITY OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NVIDEO:NXRAYLIB} |