From 2b950bea79c29df2c52a4e5b805094c016563023 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 May 2014 20:39:25 -0500 Subject: [PATCH] htop-osx: modernize autotools deps --- Formula/htop-osx.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/htop-osx.rb b/Formula/htop-osx.rb index ccffba5d6c..c0511b07a2 100644 --- a/Formula/htop-osx.rb +++ b/Formula/htop-osx.rb @@ -11,9 +11,9 @@ class HtopOsx < Formula sha1 "ffed10bd7a4a6649120d8db66ac7b0daf686b982" => :lion end - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build def install # Otherwise htop will segfault when resizing the terminal