aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:27 -0500
committerJack Nagel2014-12-04 13:37:03 -0500
commit70cd848ae130816c90775eb825f7ddc5a371c390 (patch)
tree1eb64ea02cebf3d34164860bb9b9dc07821f5bea /Library/Formula
parent341a6ee9312f90a3a9a3d1e9f4c372d294e7ec39 (diff)
downloadhomebrew-70cd848ae130816c90775eb825f7ddc5a371c390.tar.bz2
torsocks: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/torsocks.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/torsocks.rb b/Library/Formula/torsocks.rb
index 2abf90bda..9e2effc74 100644
--- a/Library/Formula/torsocks.rb
+++ b/Library/Formula/torsocks.rb
@@ -12,9 +12,9 @@ class Torsocks < Formula
sha1 "d10034aa108b8a4baf2a6ecd73457cf279681eb3" => :mountain_lion
end
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
def install
system "./autogen.sh"