aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorMax Howell2012-02-29 01:44:13 +0000
committerMax Howell2012-02-29 02:03:26 +0000
commit56771ee0605a368e765187bdebaed45695ca3e91 (patch)
tree76c0a65f17a16ab0ae8c09332677d54e6e75221b /Library/Formula/gnuplot.rb
parentc5032dee248fad8020036290bc48258e5f65f3e5 (diff)
downloadhomebrew-56771ee0605a368e765187bdebaed45695ca3e91.tar.bz2
More formula that now depend on automake
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb5
1 files changed, 5 insertions, 0 deletions
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."],