diff options
author | mef <mef@pkgsrc.org> | 2012-10-07 14:21:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2012-10-07 14:21:48 +0000 |
commit | f50320509357f502f0754b5bc078c825d4defd94 (patch) | |
tree | f4f6c32f35b81e3f4cf276e92ba63415077b50c7 /fonts | |
parent | e72473bff35527a2265d0ec0aa6541db691e24e2 (diff) | |
download | pkgsrc-f50320509357f502f0754b5bc078c825d4defd94.tar.gz |
In syncing print/ghostscript bump 8.71 to 9.05,
(1) set GS_RESOUCEDIR= with ${GS_VERSION} included
(2) set GHOSTSCRIPT_REQD= 9.05
(3) Add inclusion for print/ghostscript/Makefile.common
to get ${GS_VERSION} linked.
(4) Bump PKGREVISION
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-cidfonts/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile index 8ff9135adfd..4b417988593 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 18:28:23 asau Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/07 14:21:48 mef Exp $ DISTNAME= ghostscript-cidfonts-20000901 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= # empty DISTFILES= # empty @@ -10,15 +10,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CIDFont resources for Ghostscript DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts +DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript -GHOSTSCRIPT_REQD= 6.53 +GHOSTSCRIPT_REQD= 9.05 +.include "../../print/ghostscript/Makefile.common" ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource -GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource +GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource NO_CONFIGURE= yes NO_BUILD= yes -USE_TOOLS+= gs:run FILES_SUBST+= ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR:Q} FILES_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR:Q} |