aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-08 20:18:08 -0500
committerJack Nagel2014-05-08 20:18:08 -0500
commitf193196f7b56b138f0206ad2e6352f70b8b1b846 (patch)
tree728f785576bba830ca937379f02b3968749812b2 /Library
parent089af6627aad3f6e166705102548a0bf4f4c59fc (diff)
downloadbrew-f193196f7b56b138f0206ad2e6352f70b8b1b846.tar.bz2
Don't advertise :clt dependency, it's a last resort
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index a2d8baba7..1eac92c8a 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`