diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-24 15:47:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-24 15:47:50 +0000 |
commit | 77760fcb6307bb10ac6bbf1653f33308bc4ffeb2 (patch) | |
tree | 9a9bfdddc0d5bd83f4f805c6db760afc834ef9b7 /print/ghostscript9-agpl-base | |
parent | c5d0b8fd869a1e1db110b14b701c70a27d9773bc (diff) |
Notes
Diffstat (limited to 'print/ghostscript9-agpl-base')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile.drivers | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index dfe8528ef95d..1a2b196fa03e 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript9-agpl-base/Makefile.drivers b/print/ghostscript9-agpl-base/Makefile.drivers index e52ff80eb122..21bdda79acc6 100644 --- a/print/ghostscript9-agpl-base/Makefile.drivers +++ b/print/ghostscript9-agpl-base/Makefile.drivers @@ -281,7 +281,7 @@ OPTIONS_DEFINE+= \ GS_pngalpha \ GS_png48 \ GS_ps2write \ - GS_epswrite \ + GS_eps2write \ GS_cfax \ GS_sgirgb \ GS_sunhmono \ @@ -573,7 +573,7 @@ OPTIONS_DEFAULT+= \ GS_pngmono \ GS_psdf \ GS_ps2write \ - GS_epswrite \ + GS_eps2write \ GS_cfax \ GS_sgirgb \ GS_sunhmono \ |