diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-05-03 11:27:51 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-05-03 11:27:51 -0500 |
commit | cd45d68270c19dadbcde0933f9a63620db314d89 (patch) | |
tree | 61f74394dfd40aeb2e62c5dfeca7b8fbc1a3b4f7 | |
parent | math/octave-forge-timer: New port. (diff) |
math/octave-forge: Add optional dependency TIMER.
Update to 20240429.
-rw-r--r-- | math/octave-forge/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index eb3046380ae8..afc10f02d76c 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge -PORTVERSION= 20240403 +PORTVERSION= 20240429 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -30,7 +30,8 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ SPECFUN \ SPARSERSB SPECIAL_MATRIX SPLINES SQLITE STATISTICS \ STATISTICS_RESAMPLING STK STRINGS \ - STRUCT SYMBAND SYMBOLIC TABLICIOUS TCL_OCTAVE TSA VIDEO VELAS \ + STRUCT SYMBAND SYMBOLIC TABLICIOUS TCL_OCTAVE TIMER \ + TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NDATABASE:NFINANCIAL:NFITS:NFUZZY_LOGIC_TOOLKIT:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPLOT:NQUEUEING:NSYMBAND:NSPECFUN} |