From a22d862c9afe5d0b7373f10526e2cdd006dc1ccd Mon Sep 17 00:00:00 2001 From: Felix Bùˆnemann Date: Mon, 30 Jan 2012 11:45:32 +0100 Subject: Ghostscript: Don't rename internal expat An external library is never used. Signed-off-by: Charlie Sharpsteen --- Library/Formula/ghostscript.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/ghostscript.rb') diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index cb992a669..2cca3cf64 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -27,7 +27,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", "expat", "tiff" ] + renames = [ "jpeg", "libpng", "zlib", "jasper", "tiff" ] renames << "freetype" if 10.7 <= MACOS_VERSION renames.each do |lib| mv lib, "#{lib}_local" -- cgit v1.2.3