summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-01-24 12:31:18 +0000
committermaya <maya@pkgsrc.org>2017-01-24 12:31:18 +0000
commit1ac24110b36774975bd215733884f9984509e1e1 (patch)
tree9dbc5656f3d35c3aef3822ca0abbc731d754286a /math/octave
parent5411a22a2746b0979ac4b5fbea90431d1519611c (diff)
downloadpkgsrc-1ac24110b36774975bd215733884f9984509e1e1.tar.gz
Mention you can use ~/.octaverc to make the change more permanent, it's
more convenient.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/MESSAGE7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/octave/MESSAGE b/math/octave/MESSAGE
index e349411c6c0..0967b4ff82d 100644
--- a/math/octave/MESSAGE
+++ b/math/octave/MESSAGE
@@ -1,7 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2016/09/20 21:02:40 maya Exp $
+$NetBSD: MESSAGE,v 1.2 2017/01/24 12:31:18 maya Exp $
-If you are experiencing crashes while plotting, you can try:
->> graphics_toolkit gnuplot
+If you are experiencing crashes while plotting, you can try adding the
+following line to ~/.octaverc:
+ graphics_toolkit("gnuplot");
===========================================================================