diff options
author | stephen <stephen@FreeBSD.org> | 2018-05-21 03:15:14 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-05-21 03:15:14 +0800 |
commit | 6eab0f75d8ca046e6c40b8cee8f2d5fb657d4aed (patch) | |
tree | 0fc5c0f425b1679b67971c493dfed7d1dc481ff0 /math | |
parent | 2891db8510f82e4cc67231cdc082497fcaffe39a (diff) | |
download | freebsd-ports-gnome-6eab0f75d8ca046e6c40b8cee8f2d5fb657d4aed.tar.gz freebsd-ports-gnome-6eab0f75d8ca046e6c40b8cee8f2d5fb657d4aed.tar.zst freebsd-ports-gnome-6eab0f75d8ca046e6c40b8cee8f2d5fb657d4aed.zip |
- Default options octclip and octproj 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 64d8c72385d0..a296f4d07bf6 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 9 +PORTREVISION= 10 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:NENGINE:NFL_CORE:NIMAGE:NPDB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAUDIO:NENGINE:NFL_CORE:NIMAGE:NPDB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs |