diff options
| author | Jack Nagel | 2014-05-08 14:23:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 14:36:02 -0500 |
| commit | e33f3e007abfcfb71b4881e3c53853eb3f7653dc (patch) | |
| tree | 3fca54c145090559e041e279db7c0505511e4812 | |
| parent | f92e7ec4077ebb226a9637b369db0e294a7afa8e (diff) | |
| download | homebrew-e33f3e007abfcfb71b4881e3c53853eb3f7653dc.tar.bz2 | |
contacts: update CLT dependency
| -rw-r--r-- | Library/Formula/contacts.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb index 9dc444c71..eb743ef28 100644 --- a/Library/Formula/contacts.rb +++ b/Library/Formula/contacts.rb @@ -9,10 +9,9 @@ class Contacts < Formula version '1.1a-3' sha1 '79526dd96e5b5297daaae6327c79de9366f94c87' - # Yes, it requires both Xcode *and* the CLT to build on 10.8 and newer; - # see https://github.com/Homebrew/homebrew/issues/21408 depends_on :xcode - depends_on :clt if MacOS.version > :lion + # CLT is required with Xcode 4.6, but not Xcode 5 + depends_on :clt if MacOS.version == :lion def install system "make" |
