aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-08 16:09:22 -0500
committerJack Nagel2014-05-08 16:10:47 -0500
commit81da3805f858ae01be65742202203848bc4d829b (patch)
treec58fbf97c73b6d2d347a58505a8d473ed6858ac0 /Library
parent8945762f5787ddfac97c7c2ac46e2776c1e59773 (diff)
downloadhomebrew-81da3805f858ae01be65742202203848bc4d829b.tar.bz2
cliclick doesn't need Xcode
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cliclick.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/cliclick.rb b/Library/Formula/cliclick.rb
index 76ace0cb8..3f4b4fd9b 100644
--- a/Library/Formula/cliclick.rb
+++ b/Library/Formula/cliclick.rb
@@ -5,8 +5,6 @@ class Cliclick < Formula
url "https://github.com/BlueM/cliclick/archive/2.4.tar.gz"
sha1 "69dd1bc99d110a18fd4cc087b8180592c798a783"
- depends_on :xcode
-
def install
system "make"
bin.install "cliclick"