From 56771ee0605a368e765187bdebaed45695ca3e91 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 29 Feb 2012 01:44:13 +0000 Subject: More formula that now depend on automake gst-plugins-base didn't need the autoreconf in any form I could see. So removed. --- Library/Formula/gnuplot.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula/gnuplot.rb') diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 02a94fcfb..193e94fce 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -14,6 +14,11 @@ class Gnuplot < Formula depends_on 'gd' unless ARGV.include? "--nogd" depends_on 'wxmac' if ARGV.include? "--wx" + if ARGV.build_head? and MacOS.xcode_version >= "4.3" + depends_on "automake" => :build + depends_on "libtool" => :build + end + def options [ ["--pdf", "Build with pdflib-lite support."], -- cgit v1.2.3