diff options
author | stephen <stephen@FreeBSD.org> | 2018-05-18 23:55:40 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-05-18 23:55:40 +0800 |
commit | 02394aee63a51ecd22a324f72a575cb96fc8c7e7 (patch) | |
tree | e1113e3b62d76891c4d738f41af4b33b39da1bc5 /math | |
parent | 4297dd01b0a918f916aa2c44925a60347fab2040 (diff) | |
download | freebsd-ports-gnome-02394aee63a51ecd22a324f72a575cb96fc8c7e7.tar.gz freebsd-ports-gnome-02394aee63a51ecd22a324f72a575cb96fc8c7e7.tar.zst freebsd-ports-gnome-02394aee63a51ecd22a324f72a575cb96fc8c7e7.zip |
- Default parallel to on.
- Bump portrevision.
Diffstat (limited to 'math')
-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 fd04f4b30268..442e73524f99 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO BSLTL CGI \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NIMAGE:NPARALLEL:NPDB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NIMAGE:NPDB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs |