diff options
| author | Jesse Beder | 2012-06-04 15:51:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-04 19:27:31 -0500 |
| commit | 6e32f8c025113e9b5e7c366fa884ae6062517cfc (patch) | |
| tree | d3b2ac3d2f205561b418ba904cc42741a177ff1f | |
| parent | a1c39a31a39be966d39ce4cbfe51bdbdf77e654d (diff) | |
| download | homebrew-6e32f8c025113e9b5e7c366fa884ae6062517cfc.tar.bz2 | |
yaml-cpp: remove libyaml dep
yaml-cpp does not require libyaml, so it shouldnt be specified as a
dependency.
Closes #12590.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/yaml-cpp.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb index 06175d381..326af68ba 100644 --- a/Library/Formula/yaml-cpp.rb +++ b/Library/Formula/yaml-cpp.rb @@ -6,7 +6,6 @@ class YamlCpp < Formula sha1 '28766efa95f1b0f697c4b4a1580a9972be7c9c41' depends_on 'cmake' => :build - depends_on 'libyaml' def install system "cmake", ".", *std_cmake_args |
