From e33f3e007abfcfb71b4881e3c53853eb3f7653dc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 May 2014 14:23:38 -0500 Subject: contacts: update CLT dependency --- Library/Formula/contacts.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3