diff options
author | mef <mef@pkgsrc.org> | 2013-12-25 12:12:36 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-12-25 12:12:36 +0000 |
commit | 668636b03883c534f6e4833e5a45661e5329485c (patch) | |
tree | fc6be161375fa4ccdd66f271f0f775da2e8fc753 /fonts/ghostscript-cidfonts | |
parent | 55979cb2f07853bdeaee994027451f247880f475 (diff) | |
download | pkgsrc-668636b03883c534f6e4833e5a45661e5329485c.tar.gz |
PR pkg/48479 Fix problem of:
ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl
Thanks wiz@.
Diffstat (limited to 'fonts/ghostscript-cidfonts')
-rw-r--r-- | fonts/ghostscript-cidfonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile index 27f6ae3d04e..83e18591a0b 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/03/16 23:02:18 dholland Exp $ +# $NetBSD: Makefile,v 1.19 2013/12/25 12:12:36 mef Exp $ DISTNAME= ghostscript-cidfonts-20000901 PKGREVISION= 4 @@ -10,10 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CIDFont resources for Ghostscript DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts -DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl +DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript GHOSTSCRIPT_REQD= 9.05 -.include "../../print/ghostscript-gpl/Makefile.common" ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource |