diff options
author | stephen <stephen@FreeBSD.org> | 2016-01-21 03:38:40 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-01-21 03:38:40 +0800 |
commit | 6a60e248ab211d1288c84d58e727fdd9c2423f6b (patch) | |
tree | 6a1d2f21938c083639a635d0535e7dbf263c057c /math | |
parent | 89b43ae93c1d7379057ed45fd9ca4a885f87e05f (diff) | |
download | freebsd-ports-gnome-6a60e248ab211d1288c84d58e727fdd9c2423f6b.tar.gz freebsd-ports-gnome-6a60e248ab211d1288c84d58e727fdd9c2423f6b.tar.zst freebsd-ports-gnome-6a60e248ab211d1288c84d58e727fdd9c2423f6b.zip |
- Add optional dependency math/octave-forge=doctest.
- Update to 20160120.
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 e3ab53cfb746..a2dce39a6045 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20160113 -PORTREVISION= 1 +PORTVERSION= 20160120 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,7 +12,8 @@ USES= metaport OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \ - DATABASE DATAFRAME DICOM DIVAND ECONOMETRICS ENGINE FENV FITS \ + DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS ENGINE \ + FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ |