aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/octave.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb
index be6d626c8..8c6b9414d 100644
--- a/Library/Formula/octave.rb
+++ b/Library/Formula/octave.rb
@@ -38,6 +38,7 @@ class Octave < Formula
depends_on 'dotwrp' if snow_leopard_64?
# octave refuses to work with BSD readline, so it's either this or --disable-readline
depends_on 'readline'
+ depends_on 'curl' if MacOS.leopard? # Leopard's libcurl is too old
# additional features
depends_on 'suite-sparse'