diff options
| author | Jack Nagel | 2013-02-01 23:45:10 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-01 23:49:56 -0600 |
| commit | 8e6b4b9cbd70989b5d1f3cb144319a5b2c82ed79 (patch) | |
| tree | 6bc69a4e9a25cef637cbee721f73e5339785826d /Library/Formula | |
| parent | 035b329e41201b74069afda202f58991c99a5b87 (diff) | |
| download | homebrew-8e6b4b9cbd70989b5d1f3cb144319a5b2c82ed79.tar.bz2 | |
voms: autotools are build deps by default
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/voms.rb | 6 |
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" |
