From 6244036019994eafb281e1fc66a93aff7e2b6810 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 May 2014 20:39:28 -0500 Subject: tmap: modernize autotools deps --- Library/Formula/tmap.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb index e086e26bc..3040cdf71 100644 --- a/Library/Formula/tmap.rb +++ b/Library/Formula/tmap.rb @@ -13,10 +13,10 @@ class Tmap < Formula option 'perf', 'Enable google performance tools for profiling and heap checking' option 'nocolor', 'Disable terminal coloring' - depends_on :autoconf - depends_on :automake - depends_on :libtool - depends_on 'google-perftools' if build.include? 'perf' + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + depends_on "google-perftools" if build.include? "perf" fails_with :clang do build 425 -- cgit v1.2.3