From f193196f7b56b138f0206ad2e6352f70b8b1b846 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 May 2014 20:18:08 -0500 Subject: [PATCH] Don't advertise :clt dependency, it's a last resort --- Library/Contributions/example-formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index a2d8baba7f..1eac92c8af 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -147,7 +147,6 @@ class ExampleFormula < Formula # If a dependency is only needed in certain cases: depends_on "sqlite" if MacOS.version == :leopard depends_on :xcode # If the formula really needs full Xcode. - depends_on :clt # If the formula really needs the CLTs for Xcode. depends_on :tex # Homebrew does not provide a Tex Distribution. depends_on :fortran # Checks that `gfortran` is available or `FC` is set. depends_on :mpi => :cc # Needs MPI with `cc`