aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:02 -0500
committerJack Nagel2014-12-04 19:54:17 -0500
commit8595697d1215cd9146527df4f7498e0db2be1783 (patch)
tree65e7e7b03ec8ea851d2a1ec3efc13b517be5d62b /Library/Formula
parent3b3936713e87292a395703798839abfb0ed50e52 (diff)
downloadhomebrew-8595697d1215cd9146527df4f7498e0db2be1783.tar.bz2
ode: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ode.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb
index 7ab710070..7a5bc709c 100644
--- a/Library/Formula/ode.rb
+++ b/Library/Formula/ode.rb
@@ -8,9 +8,9 @@ class Ode < Formula
head do
url 'http://opende.svn.sourceforge.net/svnroot/opende/trunk'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
option 'enable-double-precision', 'Compile ODE with double precision'