gfortran: remove dependency on nonexistent "expect" formula

expect is already installed on Mac OS, and there is no such formula.

Closes Homebrew/homebrew#16730.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Francisco Souza 2012-12-24 12:23:18 -02:00 committed by Jack Nagel
parent 4bd5110937
commit bd6fdbeb0c
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class Gfortran < Formula
begin
depends_on 'dejagnu'
depends_on 'expect'
end if build.include? 'check' # http://gcc.gnu.org/install/test.html
fails_with :clang do