From c3bf616a3d46a6ca72c03db3517dd53d92250511 Mon Sep 17 00:00:00 2001 From: Felix Bùˆnemann Date: Mon, 30 Jan 2012 12:04:51 +0100 Subject: Ghostscript: Use interal jasper More stable. Closes #9866. Signed-off-by: Charlie Sharpsteen --- Library/Formula/ghostscript.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/ghostscript.rb') diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index 4d82affc2..c2863fa94 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -15,7 +15,6 @@ class Ghostscript < Formula depends_on 'pkg-config' => :build depends_on 'jpeg' depends_on 'libtiff' - depends_on 'jasper' unless ARGV.build_head? # The patches fix compilation against libpng 1.5, provided by Lion. # Patch by @CharlieRoot @@ -27,7 +26,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 = [ "jpeg", "libpng", "zlib", "jasper", "tiff" ] + renames = [ "jpeg", "libpng", "zlib", "tiff" ] renames << "freetype" if 10.7 <= MACOS_VERSION renames.each do |lib| mv lib, "#{lib}_local" -- cgit v1.2.3