tmap: modernize autotools deps

master
Jack Nagel 2014-05-31 20:39:28 -05:00
parent d41ac1c833
commit deeef74863
1 changed files with 4 additions and 4 deletions

View File

@ -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