aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/freerdp.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/freerdp.rb b/Library/Formula/freerdp.rb
index c8ad12525..490c0cddc 100644
--- a/Library/Formula/freerdp.rb
+++ b/Library/Formula/freerdp.rb
@@ -24,7 +24,10 @@ class Freerdp < Formula
end
end
- head "https://github.com/FreeRDP/FreeRDP.git"
+ head do
+ url "https://github.com/FreeRDP/FreeRDP.git", :shallow => true
+ depends_on :xcode # for "ibtool"
+ end
depends_on :x11
depends_on 'cmake' => :build