aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.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/rrdtool.rb
parent67d8fb637cc17dab7948d1b27586467909f106b8 (diff)
downloadhomebrew-82ad4d92310fc5f5821497c18019e943e79d7213.tar.bz2
Document all existing install options.
Diffstat (limited to 'Library/Formula/rrdtool.rb')
-rw-r--r--Library/Formula/rrdtool.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index 6da951ecb..cb1eab615 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -21,6 +21,10 @@ class Rrdtool <Formula
DATA # Ha-ha, but sleeping is annoying when running configure a lot
end
+ def options
+ [["--lua", "Compile with lua support."]]
+ end
+
def install
which_perl = `/usr/bin/which perl`.chomp
which_ruby = `/usr/bin/which ruby`.chomp