aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 21:58:45 -0600
committerJack Nagel2013-02-01 21:58:45 -0600
commit37f505eca13b703ebf5f538e652f00bd08858bc8 (patch)
treeecd0b9116ec8282c4462678979e3e2d51a87f430 /Library/Formula
parent79e6b9ba3c296eb4475d75e90a4c616b1f603e06 (diff)
downloadhomebrew-37f505eca13b703ebf5f538e652f00bd08858bc8.tar.bz2
rrdtool: fix dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rrdtool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index d1f55176f..ab1163bed 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -12,7 +12,7 @@ class Rrdtool < Formula
# Can use lua if it is found, but don't force users to install
# TODO: Do something here
- depends_on 'lua' => :optional if build.include? "lua"
+ depends_on 'lua' if build.include? "lua"
# Ha-ha, but sleeping is annoying when running configure a lot
def patches; DATA; end