From a105c6921411a944d961bff6543980496dcc5f17 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 21 Mar 2014 11:12:04 -0500 Subject: [PATCH] Stop advertising deprecated symbol dependencies --- Library/Contributions/example-formula.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index fb54b2ad1a..ca6f9b69ac 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -159,12 +159,9 @@ class ExampleFormula < Formula depends_on :arch => :ppc # Only builds on PowerPC? depends_on :ld64 # Sometimes ld fails on `MacOS.version < :leopard`. Then use this. depends_on :x11 # X11/XQuartz components. - depends_on :libpng # Often, not all of X11 is needed. - depends_on :fontconfig # autoconf/automake is sometimes needed for --HEAD checkouts: depends_on :bsdmake depends_on :libtool - depends_on :libltdl depends_on :mysql => :recommended # It is possible to only depend on something if # `build.with?` or `build.without? 'another_formula'`: