diff options
Diffstat (limited to 'Library/Formula/gnuplot.rb')
| -rw-r--r-- | Library/Formula/gnuplot.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 4e738e37d..d52b4c310 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -10,6 +10,14 @@ class Gnuplot <Formula depends_on 'gd' unless ARGV.include? "--nogd" depends_on 'pdflib-lite' if ARGV.include? "--pdf" + def options + [ + ["--pdf", "Build with pdf support."], + ["--without-lua", "Build without lua support."], + ["--nogd", "Build without gd support."] + ] + end + def install ENV.x11 args = ["--disable-debug", "--disable-dependency-tracking", |
