pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ghostscript-cidfonts PR pkg/48479 Fix problem of:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff2ccb3186e
branches:  trunk
changeset: 627963:6ff2ccb3186e
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Dec 25 12:12:36 2013 +0000

description:
PR pkg/48479 Fix problem of:
ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl
Thanks wiz@.

diffstat:

 fonts/ghostscript-cidfonts/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6977dd2113cc -r 6ff2ccb3186e fonts/ghostscript-cidfonts/Makefile
--- a/fonts/ghostscript-cidfonts/Makefile       Wed Dec 25 11:47:09 2013 +0000
+++ b/fonts/ghostscript-cidfonts/Makefile       Wed Dec 25 12:12:36 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index