aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index a3f2abf5a..7056d5983 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -8,8 +8,8 @@ end
class Ghostscript < Formula
homepage 'http://www.ghostscript.com/'
- url 'http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz'
- sha1 'a3de8ccb877ee9b7437a598196eb6afa11bf31dc'
+ url 'http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz'
+ sha1 'b04a88ea8d661fc53d4f7eac34d84456272afc06'
head 'git://git.ghostscript.com/ghostpdl.git'
@@ -24,7 +24,6 @@ class Ghostscript < Formula
depends_on 'jpeg'
depends_on 'libtiff'
depends_on 'jbig2dec'
- depends_on 'little-cms2'
depends_on :libpng
depends_on :x11 => '2.7.2' if build.include? 'with-x11'
@@ -37,7 +36,7 @@ class Ghostscript < Formula
# If the install version of any of these doesn't match
# the version included in ghostscript, we get errors
# Taken from the MacPorts portfile - http://bit.ly/ghostscript-portfile
- renames = %w(jpeg libpng tiff zlib lcms2 jbig2dec)
+ renames = %w(jpeg libpng tiff zlib jbig2dec)
renames << "freetype" if MacOS.version >= :lion
renames.each do |lib|
mv lib, "#{lib}_local"