aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-07-23 11:22:26 -0700
committerMisty De Meo2013-07-23 11:22:47 -0700
commitdfffe4df94e59fed5194c9ff69230909eb05ac3c (patch)
tree89d6cc138004a7d6675bdbe330b01efdd13b0272 /Library/Formula
parent12426c87b187c82b3eb1d193c68604e394825772 (diff)
downloadhomebrew-dfffe4df94e59fed5194c9ff69230909eb05ac3c.tar.bz2
contacts: depends_on both Xcode and CLT
Fixes #21408.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/contacts.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb
index 17b7abd04..4ec30136d 100644
--- a/Library/Formula/contacts.rb
+++ b/Library/Formula/contacts.rb
@@ -9,6 +9,11 @@ class Contacts < Formula
version '1.1a-3'
sha1 '79526dd96e5b5297daaae6327c79de9366f94c87'
+ # Yes, it requires both Xcode *and* the CLT to build;
+ # see https://github.com/mxcl/homebrew/issues/21408
+ depends_on :xcode
+ depends_on :clt
+
def install
system "make"
bin.install "build/Deployment/contacts"