diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 2 |
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 |
