aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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