aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghostscript.rb
diff options
context:
space:
mode:
authorFelix Bùˆnemann2012-01-30 12:04:51 +0100
committerCharlie Sharpsteen2012-02-01 09:06:28 -0800
commitc3bf616a3d46a6ca72c03db3517dd53d92250511 (patch)
tree1bd00005c6ff057df0068d312eba2864c75f03a5 /Library/Formula/ghostscript.rb
parent201222ba5cd3357a6998dac181f00b85692ce1df (diff)
downloadhomebrew-c3bf616a3d46a6ca72c03db3517dd53d92250511.tar.bz2
Ghostscript: Use interal jasper
More stable. Closes #9866. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/ghostscript.rb')
-rw-r--r--Library/Formula/ghostscript.rb3
1 files changed, 1 insertions, 2 deletions
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"