aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:00 -0500
committerJack Nagel2014-12-04 17:38:00 -0500
commitd6307a368afe9dea342d49310889c3be932f8c0d (patch)
tree20b75378ea64bb5653137057903039b09018641d /Library/Formula
parent1c289508969452f121bd93650e7405c8760db920 (diff)
downloadhomebrew-d6307a368afe9dea342d49310889c3be932f8c0d.tar.bz2
cherokee: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cherokee.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb
index b7518bde0..e7791a10d 100644
--- a/Library/Formula/cherokee.rb
+++ b/Library/Formula/cherokee.rb
@@ -17,9 +17,9 @@ class Cherokee < Formula
head do
url 'https://github.com/cherokee/webserver.git'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
depends_on 'wget' => :build
end