diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-11 10:35:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-11 10:35:19 +0000 |
commit | 5028d937d40b25cb894c4d4f7b68c1360b247868 (patch) | |
tree | bfb28568066b3c619370e40060cdec63c4256cce /meta-pkgs | |
parent | ed55ba14589bd974bf2055de07c0260fd21a63e0 (diff) | |
download | pkgsrc-5028d937d40b25cb894c4d4f7b68c1360b247868.tar.gz |
Fix path to tex-cs.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-langczechslovak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/texlive-collection-langczechslovak/Makefile b/meta-pkgs/texlive-collection-langczechslovak/Makefile index dd9d36d9125..5fdf085a7b3 100644 --- a/meta-pkgs/texlive-collection-langczechslovak/Makefile +++ b/meta-pkgs/texlive-collection-langczechslovak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/05/10 04:36:16 markd Exp $ +# $NetBSD: Makefile,v 1.4 2015/05/11 10:35:19 wiz Exp $ DISTNAME= collection-langczechslovak PKGNAME= texlive-${DISTNAME}-2014pre1 @@ -16,7 +16,7 @@ DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-lat DEPENDS+= tex-babel-czech-[0-9]*:../../print/tex-babel-czech DEPENDS+= tex-babel-slovak-[0-9]*:../../print/tex-babel-slovak # depend cnbwp -DEPENDS+= tex-cs-[0-9]*:../../print/tex-cs +DEPENDS+= tex-cs-[0-9]*:../../fonts/tex-cs # depend csbulletin # depend cslatex # depend csplain |