diff options
| author | Jack Nagel | 2014-05-08 20:18:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 20:18:08 -0500 |
| commit | f193196f7b56b138f0206ad2e6352f70b8b1b846 (patch) | |
| tree | 728f785576bba830ca937379f02b3968749812b2 /Library | |
| parent | 089af6627aad3f6e166705102548a0bf4f4c59fc (diff) | |
| download | brew-f193196f7b56b138f0206ad2e6352f70b8b1b846.tar.bz2 | |
Don't advertise :clt dependency, it's a last resort
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 1 |
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` |
