diff options
| author | Charlie Sharpsteen | 2012-08-24 13:40:24 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-08-24 19:38:04 -0700 |
| commit | 430b3fb7b5ca0649c351efcfaad439183c566b7c (patch) | |
| tree | 0d486d820455ab37d07d8c2acf73643bb23dc295 /Library/Formula/chmox.rb | |
| parent | f447619b0e988edd3ae45297fe35fcf30ab20760 (diff) | |
| download | homebrew-430b3fb7b5ca0649c351efcfaad439183c566b7c.tar.bz2 | |
XCodeDependency: Things that call xcodebuild
Anything that calls `xcodebuild` needs a full install of XCode.app. Two
formulae ommitted from this patch:
- `fuse4x_kext`: Everything that depends on the kernel extension can be
compiled by the CLT. Therefore, this formula is bottled and XCode is only
needed to produce the bottles.
- `graphviz`: XCode is only used to create GraphViz.app which is not used by
any of the things which depend on `graphviz`. Creating the app should be
made into an option.
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" |
