Stop advertising deprecated symbol dependencies
This commit is contained in:
parent
59b444949a
commit
a105c69214
@ -159,12 +159,9 @@ class ExampleFormula < Formula
|
|||||||
depends_on :arch => :ppc # Only builds on PowerPC?
|
depends_on :arch => :ppc # Only builds on PowerPC?
|
||||||
depends_on :ld64 # Sometimes ld fails on `MacOS.version < :leopard`. Then use this.
|
depends_on :ld64 # Sometimes ld fails on `MacOS.version < :leopard`. Then use this.
|
||||||
depends_on :x11 # X11/XQuartz components.
|
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:
|
# autoconf/automake is sometimes needed for --HEAD checkouts:
|
||||||
depends_on :bsdmake
|
depends_on :bsdmake
|
||||||
depends_on :libtool
|
depends_on :libtool
|
||||||
depends_on :libltdl
|
|
||||||
depends_on :mysql => :recommended
|
depends_on :mysql => :recommended
|
||||||
# It is possible to only depend on something if
|
# It is possible to only depend on something if
|
||||||
# `build.with?` or `build.without? 'another_formula'`:
|
# `build.with?` or `build.without? 'another_formula'`:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user