diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-16 07:28:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-16 07:28:34 +0000 |
commit | cfdce2f20d78335edc742caa3557d07467a7579d (patch) | |
tree | d85bd938cde97a98abaa7a6724bd253c47f57c05 /print/ghostscript7 | |
parent | 9a79f8c7f76c9c50bba15f53ba7c09ec3dfc8763 (diff) |
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
Notes
Notes:
svn path=/head/; revision=119567
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index e376967aaf6a..a79424d415ef 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -59,7 +59,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts -CONFLICTS= ghostscript-afpl* +CONFLICTS= ghostscript-afpl* ghostscript-gpl* USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |