ghostscript: depend on freetype on 10.6

Closes Homebrew/homebrew#24076.
This commit is contained in:
Adam Vandenberg 2013-11-22 15:07:44 -08:00
parent 6a4b69be7e
commit 6a58fa8776

View file

@ -27,6 +27,7 @@ class Ghostscript < Formula
depends_on :libpng
depends_on :x11 => ['2.7.2', :optional]
depends_on 'djvulibre' if build.with? 'djvu'
depends_on 'freetype' if MacOS.version == :snow_leopard
conflicts_with 'gambit-scheme', :because => 'both install `gsc` binaries'