diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 23:02:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 23:02:18 +0000 |
commit | 10e542a269df9072c00ccef5648d0fa28ffcc98d (patch) | |
tree | f67d59395c159f87c14dfaca94539d62fc778f3a /fonts/ghostscript-cidfonts/Makefile | |
parent | 817a61d54b38b140ba4a10fb9b47515cd73ce1af (diff) | |
download | pkgsrc-10e542a269df9072c00ccef5648d0fa28ffcc98d.tar.gz |
Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05.
Nothing in ghostscript seems to have *checked* that, but for now let's
assume it matters.
XXX: someone please review this and update/adjust as needed.
Diffstat (limited to 'fonts/ghostscript-cidfonts/Makefile')
-rw-r--r-- | fonts/ghostscript-cidfonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile index 4b417988593..27f6ae3d04e 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2012/10/07 14:21:48 mef Exp $ +# $NetBSD: Makefile,v 1.18 2013/03/16 23:02:18 dholland Exp $ DISTNAME= ghostscript-cidfonts-20000901 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= fonts MASTER_SITES= # empty DISTFILES= # empty @@ -10,10 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CIDFont resources for Ghostscript DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts -DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript +DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl GHOSTSCRIPT_REQD= 9.05 -.include "../../print/ghostscript/Makefile.common" +.include "../../print/ghostscript-gpl/Makefile.common" ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource |