diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-02-28 07:42:45 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-02-28 07:42:45 +0800 |
commit | e5e9e4af948b68b7b3785715a55ac866d837779a (patch) | |
tree | 6b24823a7d449e010205c0293ea358015bf862eb /math/octave-forge | |
parent | c9c8cc6feaf3f7534536cb73e2ad7b90cac2c454 (diff) | |
download | freebsd-ports-gnome-e5e9e4af948b68b7b3785715a55ac866d837779a.tar.gz freebsd-ports-gnome-e5e9e4af948b68b7b3785715a55ac866d837779a.tar.zst freebsd-ports-gnome-e5e9e4af948b68b7b3785715a55ac866d837779a.zip |
- Add optional deendency math/octave-forge-zeromq.
- Update to 20160227.
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index a2dce39a6045..76d4a4b61412 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20160120 +PORTVERSION= 20160227 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -25,7 +25,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \ SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO XRAYLIB \ - ZENITY + ZENITY ZEROMQ OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NXRAYLIB} |