aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-22 21:34:27 -0500
committerJack Nagel2014-03-22 21:50:12 -0500
commit0add4b19aeae857386ce08cdc4a8c902247fbe69 (patch)
treed557138b224a216034ad9285a301a984e86a19e3 /Library/Formula/ghostscript.rb
parent90876ff9b13c5c30615e1bc67ac9b8cbb08f4287 (diff)
downloadhomebrew-0add4b19aeae857386ce08cdc4a8c902247fbe69.tar.bz2
Update revisions on bottled libpng dependents
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index dd05cd4b6..17972c63c 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -2,6 +2,7 @@ require 'formula'
class Ghostscript < Formula
homepage 'http://www.ghostscript.com/'
+ revision 1
stable do
url 'http://downloads.ghostscript.com/public/ghostscript-9.10.tar.gz'
@@ -41,10 +42,10 @@ class Ghostscript < Formula
depends_on 'libtiff'
depends_on 'jbig2dec'
depends_on 'little-cms2'
- depends_on :libpng
+ 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
+ depends_on 'freetype'
conflicts_with 'gambit-scheme', :because => 'both install `gsc` binaries'