aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ipopt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ipopt.rb')
-rw-r--r--Library/Formula/ipopt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ipopt.rb b/Library/Formula/ipopt.rb
index a98f41c36..f7f46afd6 100644
--- a/Library/Formula/ipopt.rb
+++ b/Library/Formula/ipopt.rb
@@ -6,9 +6,9 @@ class Ipopt < Formula
sha1 '3dec7e71f93756865cc83275f7ddb22e1dc5edcc'
depends_on 'pkg-config' => :build
+ depends_on :fortran
def install
- ENV.fortran
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"