summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2014-01-09 00:46:25 +0000
committermef <mef>2014-01-09 00:46:25 +0000
commitfdee851037911d6786139d4feb86129a98a54b9a (patch)
tree21db67d0013059fef197cd7d4992f8fcca4fa0c2
parent76b8991050a1ed252976be75c0e0dc834c16c8bc (diff)
downloadpkgsrc-fdee851037911d6786139d4feb86129a98a54b9a.tar.gz
The variable GS_VERSION is referenced, but it's been lost the source.
Recover by .including ghostscript-{a,}gpl/Makefile.common (and PKGREVISION++).
-rw-r--r--fonts/ghostscript-cidfonts/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile
index 83e18591a0b..3abca3c06d4 100644
--- a/fonts/ghostscript-cidfonts/Makefile
+++ b/fonts/ghostscript-cidfonts/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2013/12/25 12:12:36 mef Exp $
+# $NetBSD: Makefile,v 1.20 2014/01/09 00:46:25 mef Exp $
DISTNAME= ghostscript-cidfonts-20000901
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= fonts
MASTER_SITES= # empty
DISTFILES= # empty
@@ -26,6 +26,12 @@ 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
+. include "../../print/ghostscript-agpl/Makefile.common"
+.endif
+
do-install: # nothing
.include "../../mk/bsd.pkg.mk"