diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/contacts.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb index 4ec30136d..1ba4e6a98 100644 --- a/Library/Formula/contacts.rb +++ b/Library/Formula/contacts.rb @@ -9,10 +9,10 @@ class Contacts < Formula version '1.1a-3' sha1 '79526dd96e5b5297daaae6327c79de9366f94c87' - # Yes, it requires both Xcode *and* the CLT to build; + # Yes, it requires both Xcode *and* the CLT to build on 10.8 and newer; # see https://github.com/mxcl/homebrew/issues/21408 depends_on :xcode - depends_on :clt + depends_on :clt if MacOS.version > :lion def install system "make" |
