summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorThomas Orgis2019-01-10 15:42:20 +0100
committerThomas Orgis2019-01-10 15:42:20 +0100
commita52be7c520a2fa1134075ef83d520d456c42171b (patch)
treebb0ba59fc93b7893d245ebf6f141a9c9b4c31fb8 /science
parent35b0cdf902b45f35106aa38fc640455160f5de78 (diff)
octave: needs fltk with OPENGL
Diffstat (limited to 'science')
-rwxr-xr-xscience/octave/DEPENDS2
-rw-r--r--science/octave/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/science/octave/DEPENDS b/science/octave/DEPENDS
index 9bfca7f932..5d61f02cfa 100755
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -7,7 +7,7 @@ optional_depends gnuplot \
'' \
'for 2d and 3d graphs' &&
-optional_depends fltk \
+optional_depends -sub OPENGL fltk \
'' \
'' \
'for FLTK based plotting system' &&
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index 8e5c3c9b6f..9e3ec1b59e 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,6 @@
+2019-01-10 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: -sub OPENGL fltk (fails linking otherwise)
+
2018-12-31 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: hot-update to 4.4.1, fixup needed for deps
* DEPENDS: --without-blas is no option (use LAPACK, at least)