diff options
Diffstat (limited to 'Library/Formula/chmox.rb')
| -rw-r--r-- | Library/Formula/chmox.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/chmox.rb b/Library/Formula/chmox.rb index dce188c0d..b2a73d1fd 100644 --- a/Library/Formula/chmox.rb +++ b/Library/Formula/chmox.rb @@ -4,6 +4,8 @@ class Chmox < Formula head 'cvs://:pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox:Sources' homepage 'http://chmox.sourceforge.net' + depends_on :xcode # For working xcodebuild. + def install system "xcodebuild SYMROOT=build" prefix.install "build/Default/Chmox.app" |
