aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/otx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/otx.rb')
-rw-r--r--Library/Formula/otx.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/otx.rb b/Library/Formula/otx.rb
index e5ddfd0a3..7db07512d 100644
--- a/Library/Formula/otx.rb
+++ b/Library/Formula/otx.rb
@@ -4,6 +4,8 @@ class Otx < Formula
homepage 'http://otx.osxninja.com/'
head 'http://otx.osxninja.com/builds/trunk/', :using => :svn
+ depends_on :xcode # For working xcodebuild.
+
def install
system 'xcodebuild SYMROOT=build'
build = buildpath/'build/Release'