From 37f505eca13b703ebf5f538e652f00bd08858bc8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 1 Feb 2013 21:58:45 -0600 Subject: rrdtool: fix dep --- Library/Formula/rrdtool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3