diff options
| author | Jack Nagel | 2014-05-08 20:10:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 20:10:32 -0500 |
| commit | 4028df4a5d192c56463dfbec723168d5b65231c6 (patch) | |
| tree | 1df5a8a93e506b4cf5588f673becb630b687a3dd /Library | |
| parent | 704bb4fdf087e2fda7e2d3c62b1a5e84ca703b0c (diff) | |
| download | homebrew-4028df4a5d192c56463dfbec723168d5b65231c6.tar.bz2 | |
contacts: eliminate CLT dependency
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/contacts.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb index eb743ef28..a2771994b 100644 --- a/Library/Formula/contacts.rb +++ b/Library/Formula/contacts.rb @@ -10,11 +10,9 @@ class Contacts < Formula sha1 '79526dd96e5b5297daaae6327c79de9366f94c87' depends_on :xcode - # CLT is required with Xcode 4.6, but not Xcode 5 - depends_on :clt if MacOS.version == :lion def install - system "make" + system "make", "SDKROOT=#{MacOS.sdk_path}" bin.install "build/Deployment/contacts" man1.install gzip("contacts.1") end |
