diff options
-rw-r--r-- | main/ghostscript/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index f59c8c6fd4..e62f5fa1bf 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=ghostscript pkgver=9.16 -pkgrel=0 +pkgrel=1 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" arch="all" @@ -71,7 +71,7 @@ build(){ --with-jbig2dec \ --without-omni \ --enable-gtk \ - --with-drivers=FILES,cups \ + --with-drivers=ALL \ --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \ --disable-compile-inits \ || return 1 |