From 313f47007348ca8fcc462edccaa98f505f8c18f8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 21 Mar 2014 11:12:04 -0500 Subject: Stop advertising deprecated symbol dependencies --- Library/Contributions/example-formula.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index fb54b2ad1..ca6f9b69a 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'`: -- cgit v1.2.3