From bd6fdbeb0c1acc02f2addcaa8385a6c72cb1bd24 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 24 Dec 2012 12:23:18 -0200 Subject: [PATCH] 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 --- Formula/gfortran.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/gfortran.rb b/Formula/gfortran.rb index cf78e574e94..c87012ee28e 100644 --- a/Formula/gfortran.rb +++ b/Formula/gfortran.rb @@ -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