diff options
author | markd <markd@pkgsrc.org> | 2021-02-11 22:10:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-11 22:10:54 +0000 |
commit | 4a2dbef3f4e20da9b5e7d4bff6d93244704fe0cd (patch) | |
tree | c8161651731b43c9ee393d72612913b4741b663e /meta-pkgs | |
parent | 3070ece3a8002c871366019bca070a96d7563f15 (diff) | |
download | pkgsrc-4a2dbef3f4e20da9b5e7d4bff6d93244704fe0cd.tar.gz |
texlive-collection-latexextra: +tex-tabulary
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-latexextra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/texlive-collection-latexextra/Makefile b/meta-pkgs/texlive-collection-latexextra/Makefile index c97032c704d..55632b51e37 100644 --- a/meta-pkgs/texlive-collection-latexextra/Makefile +++ b/meta-pkgs/texlive-collection-latexextra/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2020/12/03 19:32:25 markd Exp $ +# $NetBSD: Makefile,v 1.56 2021/02/11 22:10:54 markd Exp $ DISTNAME= collection-latexextra -PKGNAME= texlive-${DISTNAME}-2020pre5 +PKGNAME= texlive-${DISTNAME}-2020pre6 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 55060 @@ -1144,7 +1144,7 @@ DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu # depend tabularborder # depend tabularcalc # depend tabularew -# depend tabulary +DEPENDS+= tex-tabulary-[0-9]*:../../print/tex-tabulary # depend tagging # depend tagpair # depend tagpdf |