aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:02 -0500
committerJack Nagel2014-12-04 19:54:17 -0500
commit3b3936713e87292a395703798839abfb0ed50e52 (patch)
tree9efd96124dd1e3a5876cc2ade1b49496f49a5c05 /Library/Formula
parent89e5a1431a579be65b77fffd7002ac4d23b5c030 (diff)
downloadhomebrew-3b3936713e87292a395703798839abfb0ed50e52.tar.bz2
ncdu: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ncdu.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb
index b55bc5421..c88694d82 100644
--- a/Library/Formula/ncdu.rb
+++ b/Library/Formula/ncdu.rb
@@ -8,8 +8,8 @@ class Ncdu < Formula
head do
url 'git://g.blicky.net/ncdu.git'
- depends_on :automake
- depends_on :autoconf
+ depends_on "automake" => :build
+ depends_on "autoconf" => :build
end
def install