diff options
author | Andrew Hills <ahills@ednos.net> | 2015-05-30 06:31:52 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-09 12:36:58 +0000 |
commit | c0b975f495a6638f86aaf7941ff25fb73d5bd1b0 (patch) | |
tree | c1b55c2090b1604ea8692be18a474ecb8820037e /main | |
parent | 20584c3bf2b3bef6f5071a48fda3c5acc441fea8 (diff) | |
download | aports-c0b975f495a6638f86aaf7941ff25fb73d5bd1b0.tar.bz2 aports-c0b975f495a6638f86aaf7941ff25fb73d5bd1b0.tar.xz |
main/ghostscript: switch driver set from FILES, cups to ALL
Diffstat (limited to 'main')
-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 |