aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJesse Beder2012-06-04 15:51:59 -0500
committerJack Nagel2012-06-04 19:27:31 -0500
commit6e32f8c025113e9b5e7c366fa884ae6062517cfc (patch)
treed3b2ac3d2f205561b418ba904cc42741a177ff1f /Library/Formula
parenta1c39a31a39be966d39ce4cbfe51bdbdf77e654d (diff)
downloadhomebrew-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>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yaml-cpp.rb1
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