From e8b080b04d90ebabe2b58cef360302ae2a19a536 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 12:01:24 -0500 Subject: [PATCH] hh: modernize autotools deps --- Formula/hh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/hh.rb b/Formula/hh.rb index b218e2e28d..02540aa91c 100644 --- a/Formula/hh.rb +++ b/Formula/hh.rb @@ -14,9 +14,9 @@ class Hh < Formula head do url "https://github.com/dvorka/hstr.git" - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on "readline"