aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:24 -0500
committerJack Nagel2014-12-04 13:37:02 -0500
commit16b6e9ad0f8a8ea14278cab3a425b21478fc5ff3 (patch)
tree09e979d031f655be3128d11bd1b6f942483f45df /Library
parent65ec1652591099d2fa6c03fed556076d714a2392 (diff)
downloadhomebrew-16b6e9ad0f8a8ea14278cab3a425b21478fc5ff3.tar.bz2
hh: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hh.rb6
1 files changed, 3 insertions, 3 deletions
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"