diff options
author | markd <markd> | 2017-03-26 20:11:58 +0000 |
---|---|---|
committer | markd <markd> | 2017-03-26 20:11:58 +0000 |
commit | 38a2c6eac6fc0fdb3fb35dbf1c8d6b2bf485cc22 (patch) | |
tree | 55c52e6ebd7d82bf5cd45f98eb38fc5275f3f52f | |
parent | da1663e7936ed3f3a434add35380ac89023a8403 (diff) | |
download | pkgsrc-38a2c6eac6fc0fdb3fb35dbf1c8d6b2bf485cc22.tar.gz |
Note addition of tex-platex
-rw-r--r-- | meta-pkgs/texlive-collection-langjapanese/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/texlive-collection-langjapanese/Makefile b/meta-pkgs/texlive-collection-langjapanese/Makefile index 753478e9fca..22a46f415c5 100644 --- a/meta-pkgs/texlive-collection-langjapanese/Makefile +++ b/meta-pkgs/texlive-collection-langjapanese/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/06/16 04:03:15 markd Exp $ +# $NetBSD: Makefile,v 1.4 2017/03/26 20:11:58 markd Exp $ DISTNAME= collection-langjapanese -PKGNAME= texlive-${DISTNAME}-2016pre1 +PKGNAME= texlive-${DISTNAME}-2016pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 41002 @@ -25,7 +25,7 @@ DEPENDS+= tex-jsclasses-[0-9]*:../../print/tex-jsclasses # lshort-japanese is documentation only # depend luatexja DEPENDS+= tex-pbibtex-base-[0-9]*:../../print/tex-pbibtex-base -# depend platex +DEPENDS+= tex-platex-[0-9]*:../../print/tex-platex DEPENDS+= tex-ptex-[0-9]*:../../print/tex-ptex DEPENDS+= tex-ptex-base-[0-9]*:../../print/tex-ptex-base DEPENDS+= tex-ptex-fonts-[0-9]*:../../fonts/tex-ptex-fonts |