From e215542bfedd773aa334fb0a3ed2a3e6148c0e48 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 5 Oct 2011 14:54:07 -0700 Subject: Octave: Needs libcurl on Leopard Fixes #7929. --- Library/Formula/octave.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3