ghostscript: depend on freetype on 10.6
Closes Homebrew/homebrew#24076.
This commit is contained in:
parent
6a4b69be7e
commit
6a58fa8776
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue