diff options
author | krion <krion@FreeBSD.org> | 2004-10-16 15:28:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-16 15:28:34 +0800 |
commit | 0fda34731f82e94ce548903acc5f0312af0c6853 (patch) | |
tree | 224a09ada6a1b86b05082100c91995facfb45ed0 /print/ghostscript-gpl-nox11 | |
parent | fbd775fe048c847df9788f5960d8a895c91a2344 (diff) | |
download | freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.tar.gz freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.tar.zst freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.zip |
Announce the release of GPL Ghostscript. This release is based on
the AFPL Ghostscript 8.00 release of 14 months ago. The most
significant new feature since 7.0x is support for DeviceN
colorspaces, up to 8 colorants total at 8 bits per component. Also,
pdfwrite has seen considerable improvement in font handling, and
many other bug fixes.
PR: ports/72326
Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript-gpl-nox11')
-rw-r--r-- | print/ghostscript-gpl-nox11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl-nox11/Makefile b/print/ghostscript-gpl-nox11/Makefile index 0e12861ce4bc..bbf7efa26fd0 100644 --- a/print/ghostscript-gpl-nox11/Makefile +++ b/print/ghostscript-gpl-nox11/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ghostscript-afpl-nox11 +# New ports collection makefile for: ghostscript-gpl-nox11 # Date created: 23 February 2001 # Whom: nik # @@ -7,6 +7,6 @@ WITHOUT_X11= yes -MASTERDIR= ${.CURDIR}/../ghostscript-afpl +MASTERDIR= ${.CURDIR}/../ghostscript-gpl .include "${MASTERDIR}/Makefile" |