aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ode.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb
index 547d5ae57..d89d0a040 100644
--- a/Library/Formula/ode.rb
+++ b/Library/Formula/ode.rb
@@ -3,10 +3,12 @@ require 'formula'
class Ode < Formula
homepage 'http://www.ode.org/'
url 'http://sourceforge.net/projects/opende/files/ODE/0.12/ode-0.12.tar.bz2'
- sha1 '98ceaba7d1b947fba1c793c5d990c399624f1c47'
+ sha1 '10e7aae6cc6b1afe523ed52e76afd5e06461ea93'
head 'http://opende.svn.sourceforge.net/svnroot/opende/trunk'
+ depends_on 'pkg-config' => :build
+
if ARGV.build_head?
# Requires newer automake and libtool
depends_on 'automake' => :build