diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-12-23 19:41:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-12-23 19:41:19 +0000 |
commit | c00198b90ea1048e4bb2b52cb1f08eee265da2f7 (patch) | |
tree | eecf26b25fc4da677e1deccd3c1e3c1353cfa3aa /print/ghostscript9-agpl-x11 | |
parent | 1f4a94f2f5dfe32b442429e4611d9fb9d1bac663 (diff) | |
download | ports-c00198b90ea1048e4bb2b52cb1f08eee265da2f7.tar.gz ports-c00198b90ea1048e4bb2b52cb1f08eee265da2f7.zip |
Notes
Diffstat (limited to 'print/ghostscript9-agpl-x11')
-rw-r--r-- | print/ghostscript9-agpl-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index 6b21985b3596..27498329fec3 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.25 +PORTVERSION= 9.26 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11 @@ -29,11 +29,11 @@ CONFIGURE_ARGS= --disable-compile-inits \ --disable-cups \ --disable-dbus \ --disable-gtk \ + --disable-openjpeg \ --enable-contrib \ --enable-dynamic \ --enable-fontconfig \ --enable-freetype \ - --enable-openjpeg \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \ |