diff options
Diffstat (limited to 'Library/Formula/octave.rb')
| -rw-r--r-- | Library/Formula/octave.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb index d6db94008..b4d38fea6 100644 --- a/Library/Formula/octave.rb +++ b/Library/Formula/octave.rb @@ -33,7 +33,7 @@ class Octave < Formula    # We can work around the issues using dotwrp.    depends_on 'dotwrp' if _snow_leopard_64?    # octave refuses to work with BSD readline, so it's either this or --disable-readline -  depends_on 'gnu-readline' +  depends_on 'readline'    depends_on 'curl' if MacOS.version == :leopard # Leopard's libcurl is too old    # additional features | 
