From 16b6e9ad0f8a8ea14278cab3a425b21478fc5ff3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 12:01:24 -0500 Subject: hh: modernize autotools deps --- Library/Formula/hh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/hh.rb b/Library/Formula/hh.rb index b218e2e28..02540aa91 100644 --- a/Library/Formula/hh.rb +++ b/Library/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" -- cgit v1.2.3