aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-31 20:39:28 -0500
committerJack Nagel2014-05-31 20:39:28 -0500
commit6244036019994eafb281e1fc66a93aff7e2b6810 (patch)
tree1e9e5edd1ed8fe7ff8619c478b230d49189b70cb /Library
parent39d2a1784c680539ab7d83c4157d90b75e17379a (diff)
downloadhomebrew-6244036019994eafb281e1fc66a93aff7e2b6810.tar.bz2
tmap: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tmap.rb8
1 files changed, 4 insertions, 4 deletions
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