diff options
author | mef <mef> | 2014-01-09 02:39:42 +0000 |
---|---|---|
committer | mef <mef> | 2014-01-09 02:39:42 +0000 |
commit | 3cd483d52b0172e3ecdf9b69faccd74429e76312 (patch) | |
tree | f10ac25db12d34fce93dea8301704b17646bf2be /fonts | |
parent | 922d4b2508f3974be681ac437af4f8c6a228ebd7 (diff) | |
download | pkgsrc-3cd483d52b0172e3ecdf9b69faccd74429e76312.tar.gz |
Convert default to ghostscript-gpl in parallel to meta package of ghostscript).
Diffstat (limited to 'fonts')
-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 3abca3c06d4..66db0be7039 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/09 00:46:25 mef Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/09 02:39:42 mef Exp $ DISTNAME= ghostscript-cidfonts-20000901 PKGREVISION= 5 @@ -26,10 +26,10 @@ FILES_SUBST+= PKG_INFO=${PKG_INFO:Q} REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont -.if !empty(PKG_OPTIONS.gs_type:Mghostscript-gpl) -. include "../../print/ghostscript-gpl/Makefile.common" -.else +.if !empty(PKG_OPTIONS.gs_type:Mghostscript-agpl) . include "../../print/ghostscript-agpl/Makefile.common" +.else +. include "../../print/ghostscript-gpl/Makefile.common" .endif do-install: # nothing |