aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-10 13:05:20 -0700
committerAdam Vandenberg2010-08-10 13:05:20 -0700
commit82ad4d92310fc5f5821497c18019e943e79d7213 (patch)
tree73db9f8237d37af84f1b7712c455aeef81deb3e7 /Library/Formula/gnuplot.rb
parent67d8fb637cc17dab7948d1b27586467909f106b8 (diff)
downloadhomebrew-82ad4d92310fc5f5821497c18019e943e79d7213.tar.bz2
Document all existing install options.
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb8
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",