Ghostscript - tweak deps
* Can use libtiff * Uses internal jasper instead of HOMEBREW one
This commit is contained in:
parent
4d15db14d5
commit
fd213f42ea
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ class Ghostscript <Formula
|
|||
md5 '51a522a5b4818bd3dc7c1c0e9dd22bad'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'jasper'
|
||||
depends_on 'jpeg'
|
||||
depends_on 'libtiff'
|
||||
|
||||
aka 'gs'
|
||||
|
||||
|
@ -50,10 +50,10 @@ class Ghostscript <Formula
|
|||
Dir.chdir '..'
|
||||
(prefix+'share/ghostscript').install 'fonts'
|
||||
end
|
||||
|
||||
|
||||
(man+'de').rmtree
|
||||
end
|
||||
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
There have been reports that installing Ghostscript can break printing on OS X:
|
||||
|
|
Loading…
Reference in a new issue