diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2011-05-30 23:35:30 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2011-05-30 23:35:30 +0000 |
commit | c08b12802987b888ef0f358ac54e20e3146b20c1 (patch) | |
tree | c35ba8768db87dea224c8cd256ebd83c2d9b31d9 /math/gnuplot | |
parent | 605390edf504c35d5a6fc6472f93d054303b4111 (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 5cacf9f92003..06a1f5565460 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS+=--with-lasergnu \ --without-linux-vga \ --without-lisp-files \ --without-tutorial +MAKE_JOBS_SAFE= yes OPTIONS= X11 "Enable X11 support" on \ GD "Enable GD support" on \ |