From 7ebfbd3ad41939b44b154a248eb8b1df09974f52 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 14 Mar 2011 14:14:41 -0700 Subject: rrdtool: use system libraries --- Library/Formula/rrdtool.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3