diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb index 41f97040a..1e0bfbc10 100644 --- a/Library/Formula/rrdtool.rb +++ b/Library/Formula/rrdtool.rb @@ -8,24 +8,24 @@ class Rrdtool < Formula depends_on 'pkg-config' => :build depends_on 'gettext' depends_on 'glib' - depends_on 'libxml2' + depends_on 'intltool' depends_on 'expat' depends_on 'pango' - depends_on 'libpng' - depends_on 'intltool' # Can use lua if it is found, but don't force users to install depends_on 'lua' => :optional if ARGV.include? "--lua" - def patches - DATA # Ha-ha, but sleeping is annoying when running configure a lot - end + # Ha-ha, but sleeping is annoying when running configure a lot + def patches; DATA; end def options [["--lua", "Compile with lua support."]] end def install + ENV.libxml2 + ENV.x11 + which_perl = `/usr/bin/which perl`.chomp which_ruby = `/usr/bin/which ruby`.chomp |
