aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-21 11:12:04 -0500
committerJack Nagel2014-03-21 11:14:00 -0500
commit313f47007348ca8fcc462edccaa98f505f8c18f8 (patch)
treeddb31f16f2cfa50e5377b3f252dd04eac2ede201 /Library
parent3b7472456e83cd726cc7147274468fa545b4ee21 (diff)
downloadhomebrew-313f47007348ca8fcc462edccaa98f505f8c18f8.tar.bz2
Stop advertising deprecated symbol dependencies
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb3
1 files changed, 0 insertions, 3 deletions
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'`: