diff options
Diffstat (limited to 'Library')
| -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" |
