aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 23:45:10 -0600
committerJack Nagel2013-02-01 23:49:56 -0600
commit8e6b4b9cbd70989b5d1f3cb144319a5b2c82ed79 (patch)
tree6bc69a4e9a25cef637cbee721f73e5339785826d /Library/Formula
parent035b329e41201b74069afda202f58991c99a5b87 (diff)
downloadhomebrew-8e6b4b9cbd70989b5d1f3cb144319a5b2c82ed79.tar.bz2
voms: autotools are build deps by default
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/voms.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/voms.rb b/Library/Formula/voms.rb
index 8ed7bb0c8..e742d4a29 100644
--- a/Library/Formula/voms.rb
+++ b/Library/Formula/voms.rb
@@ -5,9 +5,9 @@ class Voms < Formula
url 'https://github.com/italiangrid/voms/tarball/2_0_8'
sha1 '5dcdbea034152b02646a4aecaafb6888a71b22ed'
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on :autoconf
+ depends_on :automake
+ depends_on :libtool
def install
system "sh autogen.sh"