summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormaya <maya>2017-01-24 12:31:18 +0000
committermaya <maya>2017-01-24 12:31:18 +0000
commita4bd2e211c5d3151218e9ea3bd10dd35c432dfcf (patch)
treefa551d05d4435ae2a4d91152ea44ef4603ae9c43 /math
parent2ee48af5fc370522db7f72f4cc92c46de30c7e48 (diff)
downloadpkgsrc-a4bd2e211c5d3151218e9ea3bd10dd35c432dfcf.tar.gz
Mention you can use ~/.octaverc to make the change more permanent, it's
more convenient.
Diffstat (limited to 'math')
-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");
===========================================================================