ghostscript: fix: add: depends_on('krb5', type='link') (#19536)

This commit is contained in:
h-denpo 2020-10-27 23:54:33 +09:00 committed by GitHub
parent f6c51efa85
commit 78a759129a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ class Ghostscript(AutotoolsPackage):
version('9.18', sha256='5fc93079749a250be5404c465943850e3ed5ffbc0d5c07e10c7c5ee8afbbdb1b')
depends_on('pkgconfig', type='build')
depends_on('krb5', type='link')
depends_on('freetype@2.4.2:')
depends_on('jpeg')