diff options
author | markd <markd@pkgsrc.org> | 2021-06-07 00:06:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-06-07 00:06:14 +0000 |
commit | bcd3cb223cdbd7c3dab84d7ee93b977ddfcf3abc (patch) | |
tree | 63b618065003c82230d09d4bd49da72089518972 /meta-pkgs | |
parent | b2c0e2840ec6b3a2685805b47ba0a274e6b64cfb (diff) | |
download | pkgsrc-bcd3cb223cdbd7c3dab84d7ee93b977ddfcf3abc.tar.gz |
texlive-collection-basic-doc: remove tex-texlive-docindex-doc
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-basic-doc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/texlive-collection-basic-doc/Makefile b/meta-pkgs/texlive-collection-basic-doc/Makefile index c91e89085bf..35178f5ab06 100644 --- a/meta-pkgs/texlive-collection-basic-doc/Makefile +++ b/meta-pkgs/texlive-collection-basic-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/05/10 11:30:18 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2021/06/07 00:06:14 markd Exp $ DISTNAME= collection-basic-doc PKGNAME= texlive-${DISTNAME}-2018 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 30372 @@ -35,7 +35,6 @@ DEPENDS+= tex-pdftex-doc-[0-9]*:../../print/tex-pdftex-doc # tex-plain doesn't have a documentation package. # tex-tex's documentation is installed by web2c. DEPENDS+= tex-texlive-common-doc-[0-9]*:../../print/tex-texlive-common-doc -DEPENDS+= tex-texlive-docindex-doc-[0-9]*:../../print/tex-texlive-docindex-doc DEPENDS+= tex-texlive-en-doc-[0-9]*:../../print/tex-texlive-en-doc # texlive-msg-translation is not needed in pkgsrc. # texlive-scripts's documentation is not needed in pkgsrc. |