aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 23:45:09 -0600
committerJack Nagel2013-02-01 23:49:55 -0600
commit035b329e41201b74069afda202f58991c99a5b87 (patch)
treee61c7ea932713602654bb111ed4b6f94883a9a2f /Library/Formula
parent2b6b3cd8dd55c2515efb5ad8443136944cf6f9e5 (diff)
downloadhomebrew-035b329e41201b74069afda202f58991c99a5b87.tar.bz2
virtuoso: autotools are build deps by default
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/virtuoso.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/virtuoso.rb b/Library/Formula/virtuoso.rb
index 68cae567e..24d19df62 100644
--- a/Library/Formula/virtuoso.rb
+++ b/Library/Formula/virtuoso.rb
@@ -11,9 +11,9 @@ class Virtuoso < Formula
depends_on 'gawk' => :build
if build.head?
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on :autoconf
+ depends_on :automake
+ depends_on :libtool
end
skip_clean :la