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
commit435ac0147aed11611f4210d2becb31cd946d47c0 (patch)
tree978d483266bf603789f17d780bf17c6bb0a89905 /Library
parent4028df4a5d192c56463dfbec723168d5b65231c6 (diff)
downloadhomebrew-435ac0147aed11611f4210d2becb31cd946d47c0.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`