aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
authorFelix Bùˆnemann2012-01-30 11:45:32 +0100
committerCharlie Sharpsteen2012-02-01 09:05:54 -0800
commita22d862c9afe5d0b7373f10526e2cdd006dc1ccd (patch)
treee4bdfb37ed59296c87886665145f2336bbe3a584 /Library/Formula/ghostscript.rb
parent72b9a7977208019a2339e66d3d9cb41b9a6ef567 (diff)
downloadhomebrew-a22d862c9afe5d0b7373f10526e2cdd006dc1ccd.tar.bz2
Ghostscript: Don't rename internal expat
An external library is never used. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb2
1 files changed, 1 insertions, 1 deletions
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"