diff options
author | markd <markd@pkgsrc.org> | 2019-08-05 09:30:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-08-05 09:30:24 +0000 |
commit | f890682595ea3f5d9b5a7ebd029b68c4f8e5fd19 (patch) | |
tree | 0b3b8400ea14c8fa64a544f748629e7d53c2e14d /meta-pkgs | |
parent | 7a9535679561a8776ae1656c1e185bbd2f0320e0 (diff) | |
download | pkgsrc-f890682595ea3f5d9b5a7ebd029b68c4f8e5fd19.tar.gz |
texlive-collection-langcyrillic: add tex-hyphen-{belarusian,churchslavonic}
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-langcyrillic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/texlive-collection-langcyrillic/Makefile b/meta-pkgs/texlive-collection-langcyrillic/Makefile index cc65937ee18..40303b9ddb2 100644 --- a/meta-pkgs/texlive-collection-langcyrillic/Makefile +++ b/meta-pkgs/texlive-collection-langcyrillic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2019/05/15 11:42:54 markd Exp $ +# $NetBSD: Makefile,v 1.11 2019/08/05 09:30:24 markd Exp $ DISTNAME= collection-langcyrillic -PKGNAME= texlive-${DISTNAME}-2019pre1 +PKGNAME= texlive-${DISTNAME}-2019pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 44895 @@ -28,9 +28,9 @@ DEPENDS+= tex-cyrplain-[0-9]*:../../print/tex-cyrplain # depend eskd # depend eskdx # depend gost -# depend hyphen-belarusian +DEPENDS+= tex-hyphen-belarusian-[0-9]*:../../print/tex-hyphen-belarusian DEPENDS+= tex-hyphen-bulgarian-[0-9]*:../../print/tex-hyphen-bulgarian -# depend hyphen-churchslavonic +DEPENDS+= tex-hyphen-churchslavonic-[0-9]*:../../print/tex-hyphen-churchslavonic DEPENDS+= tex-hyphen-mongolian-[0-9]*:../../print/tex-hyphen-mongolian DEPENDS+= tex-hyphen-russian-[0-9]*:../../print/tex-hyphen-russian DEPENDS+= tex-hyphen-serbian-[0-9]*:../../print/tex-hyphen-serbian |