diff options
author | markd <markd@pkgsrc.org> | 2015-05-31 06:53:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-31 06:53:07 +0000 |
commit | a73885b4a269c2a65bd80af02f4c3149dbda17d6 (patch) | |
tree | fd7f76252e4283842f85ce3d46aec5530a42e9b5 /meta-pkgs | |
parent | 9335372513fb04994e5476fbd21ba2e103029c2b (diff) | |
download | pkgsrc-a73885b4a269c2a65bd80af02f4c3149dbda17d6.tar.gz |
Add dependencies to complete collection.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-formatsextra/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-pkgs/texlive-collection-formatsextra/Makefile b/meta-pkgs/texlive-collection-formatsextra/Makefile index ad3b303ff2f..7a50cd816a4 100644 --- a/meta-pkgs/texlive-collection-formatsextra/Makefile +++ b/meta-pkgs/texlive-collection-formatsextra/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:42 markd Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/31 06:53:07 markd Exp $ DISTNAME= collection-formatsextra -PKGNAME= texlive-${DISTNAME}-2014pre1 +PKGNAME= texlive-${DISTNAME}-2014 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 33658 @@ -12,13 +12,13 @@ COMMENT= Additional formats for TeX DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic -# depend edmac -# depend eplain -# depend lollipop +DEPENDS+= tex-edmac-[0-9]*:../../print/tex-edmac +DEPENDS+= tex-eplain-[0-9]*:../../print/tex-eplain +DEPENDS+= tex-lollipop-[0-9]*:../../print/tex-lollipop DEPENDS+= tex-mltex-[0-9]*:../../print/tex-mltex -# depend psizzl -# depend startex -# depend texsis +DEPENDS+= tex-psizzl-[0-9]*:../../print/tex-psizzl +DEPENDS+= tex-startex-[0-9]*:../../print/tex-startex +DEPENDS+= tex-texsis-[0-9]*:../../print/tex-texsis META_PACKAGE= yes |