aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:24 -0500
committerJack Nagel2014-12-04 13:37:02 -0500
commit2779f6d2396c1630ea4e597d0b1888305343e3e4 (patch)
tree2037981b07312668e6a70b6bf1cd49a474b05cee /Library/Formula
parent16b6e9ad0f8a8ea14278cab3a425b21478fc5ff3 (diff)
downloadhomebrew-2779f6d2396c1630ea4e597d0b1888305343e3e4.tar.bz2
itstool: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/itstool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/itstool.rb b/Library/Formula/itstool.rb
index fe89ea552..35b97ea11 100644
--- a/Library/Formula/itstool.rb
+++ b/Library/Formula/itstool.rb
@@ -15,8 +15,8 @@ class Itstool < Formula
head do
url 'git://gitorious.org/itstool/itstool.git'
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
end
depends_on :python