diff options
author | markd <markd@pkgsrc.org> | 2015-07-02 21:10:32 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-07-02 21:10:32 +0000 |
commit | fd5cf39d9925fe12dd50a0cd98c99e3534adabe8 (patch) | |
tree | ee782a343c26e542a6132024083b52c33f0701d0 | |
parent | 497e00cfc1e111d7e6229879c7604a5d4af08ad3 (diff) | |
download | pkgsrc-fd5cf39d9925fe12dd50a0cd98c99e3534adabe8.tar.gz |
Add tex-gfnotation (completing the collection)
-rw-r--r-- | meta-pkgs/texlive-collection-plainextra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/texlive-collection-plainextra/Makefile b/meta-pkgs/texlive-collection-plainextra/Makefile index 5d77dde5028..8364c6534d6 100644 --- a/meta-pkgs/texlive-collection-plainextra/Makefile +++ b/meta-pkgs/texlive-collection-plainextra/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/06/14 13:28:53 markd Exp $ +# $NetBSD: Makefile,v 1.5 2015/07/02 21:10:32 markd Exp $ DISTNAME= collection-plainextra -PKGNAME= texlive-${DISTNAME}-2015pre1 +PKGNAME= texlive-${DISTNAME}-2015 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 37156 @@ -18,7 +18,7 @@ DEPENDS+= tex-fixpdfmag-[0-9]*:../../print/tex-fixpdfmag DEPENDS+= tex-font-change-[0-9]*:../../print/tex-font-change DEPENDS+= tex-fontch-[0-9]*:../../print/tex-fontch DEPENDS+= tex-getoptk-[0-9]*:../../print/tex-getoptk -# depend gfnotation +DEPENDS+= tex-gfnotation-[0-9]*:../../print/tex-gfnotation DEPENDS+= tex-graphics-pln-[0-9]*:../../graphics/tex-graphics-pln DEPENDS+= tex-hyplain-[0-9]*:../../print/tex-hyplain DEPENDS+= tex-js-misc-[0-9]*:../../print/tex-js-misc |