diff options
author | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
commit | 05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch) | |
tree | 0b058ac267139f2a0525dec42b307664363e5b11 /repo/ghostscript/ghostscript.xibuild | |
parent | 4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff) |
Making things work
Diffstat (limited to 'repo/ghostscript/ghostscript.xibuild')
-rw-r--r-- | repo/ghostscript/ghostscript.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/ghostscript/ghostscript.xibuild b/repo/ghostscript/ghostscript.xibuild index 7d4152a..d3b74ee 100644 --- a/repo/ghostscript/ghostscript.xibuild +++ b/repo/ghostscript/ghostscript.xibuild @@ -3,8 +3,7 @@ NAME="ghostscript" DESC="An interpreter for the PostScript language and for PDF" -MAKEDEPS="make freetype2 openjpeg libpng zlib tiff cups jbig2dec" -DEPS="musl " +MAKEDEPS="make freetype2 openjpeg libpng zlib tiff cups jbig2dec gnutls guile" PKG_VER=9.56.1 SOURCE="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/ghostscript-$PKG_VER.tar.gz" |