diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-18 06:21:18 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-18 06:21:18 +0000 |
commit | dbd89fb58d0f6dafd7c19254f724afc89922871a (patch) | |
tree | 67dbde758f1a22d0d337db1fa87fa8a27e0bd227 /math/octave-forge | |
parent | cce56014e0880fb028bcefce5ce37c3fc433abd6 (diff) | |
download | ports-dbd89fb58d0f6dafd7c19254f724afc89922871a.tar.gz ports-dbd89fb58d0f6dafd7c19254f724afc89922871a.zip |
Notes
Diffstat (limited to 'math/octave-forge')
-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 bdd2b95a6d1a..e3ab53cfb746 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20160113 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -26,7 +27,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO XRAYLIB \ ZENITY -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NVIDEO:NXRAYLIB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NXRAYLIB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs |