aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-07-25 10:20:34 -0700
committerMisty De Meo2013-07-25 10:20:34 -0700
commit7868f3de649d2e65e988df65d5444e8ee7aab071 (patch)
tree2994036a1349e72201a65cf9f97baef0bdf15cf9 /Library/Formula/gnuplot.rb
parent8d2d939ae20e5e2bcced909673bd11a9b454d920 (diff)
downloadhomebrew-7868f3de649d2e65e988df65d5444e8ee7aab071.tar.bz2
gnuplot: fix LuaRequirement
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index 0b5a070f9..f158d4d8b 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -4,7 +4,7 @@ class LuaRequirement < Requirement
fatal true
default_formula 'lua'
- satisfy { which 'pg_config' }
+ satisfy { which 'lua' }
end
class Gnuplot < Formula