diff options
author | markd <markd@pkgsrc.org> | 2017-07-27 11:10:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-07-27 11:10:20 +0000 |
commit | d6cc8f9659e5b425445b581a83e6df82073569e9 (patch) | |
tree | 3e88ad46fe777b02d9fd0f3c773bab222220df96 /fonts/tex-japanese-otf | |
parent | f1f1de9db76228c202e64c92d6e0e71ce522c8e5 (diff) | |
download | pkgsrc-d6cc8f9659e5b425445b581a83e6df82073569e9.tar.gz |
Add dependency
Diffstat (limited to 'fonts/tex-japanese-otf')
-rw-r--r-- | fonts/tex-japanese-otf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/tex-japanese-otf/Makefile b/fonts/tex-japanese-otf/Makefile index f8c4c03b0d7..81906dcd376 100644 --- a/fonts/tex-japanese-otf/Makefile +++ b/fonts/tex-japanese-otf/Makefile @@ -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 @@ -9,6 +10,8 @@ HOMEPAGE= http://ctan.org/pkg/japanese-otf 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 |