diff options
author | wiz <wiz> | 2004-03-25 15:35:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-25 15:35:48 +0000 |
commit | 762b82c460f9c8c036ea20cb6e3ab45adbd09d62 (patch) | |
tree | 5821b072df272ef4899744a60e460fd36ade4525 /print/ghostscript-gnu/Makefile.common | |
parent | 93da1aa50ee7198dbf71fe1443c848bd817c95e4 (diff) | |
download | pkgsrc-762b82c460f9c8c036ea20cb6e3ab45adbd09d62.tar.gz |
Update to 7.07:
7.07:
Security fix and bug fixes.
7.06:
Bug fixes and doc updates.
Also new in this release is the 'pngalpha' device which produces png output
with a transparent background (page) color so they can be composited against a
separate background. The transparency is based only on what parts of the page
have been drawn and does not support PDF 1.4 transparent painting.
Closes PR 24893.
Diffstat (limited to 'print/ghostscript-gnu/Makefile.common')
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index e336fbfb16e..4c8e2fb1d0f 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.12 2004/02/01 01:43:30 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/03/25 15:35:48 wiz Exp $ DISTNAME= ghostscript-${GS_VERS} -GS_VERS= 7.05 +GS_VERS= 7.07 CATEGORIES= print MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs${GS_VERS:S/.//}/ @@ -16,7 +16,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ijs @@ -83,5 +83,5 @@ post-extract: post-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gs ${PREFIX}/bin/gs -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |