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
commit14a9903ca7a4659277a3defdcf1c119480f3ab4f (patch)
tree9c083c6050347f7f7bf4ce8163a484ce2f44be1b /Library/Formula
parentc99ec84b4068f849365ae76aee2914fb07b97880 (diff)
downloadhomebrew-14a9903ca7a4659277a3defdcf1c119480f3ab4f.tar.bz2
dash: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dash.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 8811021ae..0f2273e6a 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -7,8 +7,8 @@ class Dash < Formula
head do
url 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
end
def install