diff options
| author | Adam Vandenberg | 2011-11-29 18:54:32 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-29 18:54:32 -0800 |
| commit | ebe66636564dd39c83e0e42b8f45ad999eac608a (patch) | |
| tree | 5fb8703798413ef122f5eda14ca4885650cc15ed /Library/Formula/yaml-cpp.rb | |
| parent | bb1cd3719cbdc80db9c63253e7e48410fec9e8a1 (diff) | |
| download | homebrew-ebe66636564dd39c83e0e42b8f45ad999eac608a.tar.bz2 | |
Fix some build-time deps
Diffstat (limited to 'Library/Formula/yaml-cpp.rb')
| -rw-r--r-- | Library/Formula/yaml-cpp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb index b95e9db00..57833a9c8 100644 --- a/Library/Formula/yaml-cpp.rb +++ b/Library/Formula/yaml-cpp.rb @@ -5,7 +5,7 @@ class YamlCpp < Formula homepage 'http://code.google.com/p/yaml-cpp/' md5 'b17dc36055cd2259c88b2602601415d9' - depends_on 'cmake' + depends_on 'cmake' => :build depends_on 'libyaml' def install |
