pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts Add dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca1127df5581
branches:  trunk
changeset: 365845:ca1127df5581
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 27 11:10:20 2017 +0000

description:
Add dependency

diffstat:

 fonts/tex-japanese-otf/Makefile |  5 ++++-
 fonts/tex-ptex-fonts/Makefile   |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r d69becdbfe34 -r ca1127df5581 fonts/tex-japanese-otf/Makefile
--- a/fonts/tex-japanese-otf/Makefile   Thu Jul 27 11:07:41 2017 +0000
+++ b/fonts/tex-japanese-otf/Makefile   Thu Jul 27 11:10:20 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/06/21 07:24:07 markd Exp $
+# $NetBSD: Makefile,v 1.6 2017/07/27 11:11:57 markd Exp $
 
 DISTNAME=      japanese-otf
 PKGNAME=       tex-${DISTNAME}-1.7b6.42950
+PKGREVISION=   1
 TEXLIVE_REV=   42950
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +10,8 @@
 COMMENT=       Advanced font selection for platex and its friends
 LICENSE=       modified-bsd
 
+DEPENDS+=      tex-ptex-fontmaps-[0-9]*:../../fonts/tex-ptex-fontmaps
+
 TEX_KANJIMAP_FILES+=   otf-@jaEmbed@.map
 TEX_KANJIMAP_FILES+=   otf-sc-@scEmbed@.map
 TEX_KANJIMAP_FILES+=   otf-tc-@tcEmbed@.map
diff -r d69becdbfe34 -r ca1127df5581 fonts/tex-ptex-fonts/Makefile
--- a/fonts/tex-ptex-fonts/Makefile     Thu Jul 27 11:07:41 2017 +0000
+++ b/fonts/tex-ptex-fonts/Makefile     Thu Jul 27 11:10:20 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 11:46:00 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/27 11:10:20 markd Exp $
 
 DISTNAME=      ptex-fonts
 PKGNAME=       tex-${DISTNAME}-2017
+PKGREVISION=   1
 TEXLIVE_REV=   42950
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +10,8 @@
 COMMENT=       Fonts for use with pTeX
 LICENSE=       modified-bsd
 
+DEPENDS+=      tex-ptex-fontmaps-[0-9]*:../../fonts/tex-ptex-fontmaps
+
 #TEX_KANJIMAP_FILES+=  morisawa.map
 TEX_KANJIMAP_FILES+=   ptex-@jaEmbed@@jaVariant@.map
 



Home | Main Index | Thread Index | Old Index