diff options
author | markd <markd@pkgsrc.org> | 2016-04-23 22:38:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-04-23 22:38:26 +0000 |
commit | 44fe14d9a0f74c70455811ab755e0819243d6ebb (patch) | |
tree | 9d025e7b714c16a3bc11a8690e55a3d6ffa2f3ee | |
parent | 84d4a70c881a5d4e41733c846741121d4d209b6c (diff) | |
download | pkgsrc-44fe14d9a0f74c70455811ab755e0819243d6ebb.tar.gz |
Add tex-pst-ovl tex-pst-tools
-rw-r--r-- | meta-pkgs/texlive-collection-pstricks/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/texlive-collection-pstricks/Makefile b/meta-pkgs/texlive-collection-pstricks/Makefile index f9d5e2d83fd..8a2d41681a5 100644 --- a/meta-pkgs/texlive-collection-pstricks/Makefile +++ b/meta-pkgs/texlive-collection-pstricks/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 21:08:08 markd Exp $ +# $NetBSD: Makefile,v 1.3 2016/04/23 22:38:26 markd Exp $ DISTNAME= collection-pstricks -PKGNAME= texlive-${DISTNAME}-2015pre1 +PKGNAME= texlive-${DISTNAME}-2015pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 34995 @@ -71,7 +71,7 @@ DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node # depend pst-optexp # depend pst-optic DEPENDS+= tex-pst-osci-[0-9]*:../../graphics/tex-pst-osci -# depend pst-ovl +DEPENDS+= tex-pst-ovl-[0-9]*:../../graphics/tex-pst-ovl # depend pst-pad # depend pst-pdgr # depend pst-perspective @@ -92,7 +92,7 @@ DEPENDS+= tex-pst-slpe-[0-9]*:../../graphics/tex-pst-slpe # depend pst-support DEPENDS+= tex-pst-text-[0-9]*:../../graphics/tex-pst-text # depend pst-thick -# depend pst-tools +DEPENDS+= tex-pst-tools-[0-9]*:../../graphics/tex-pst-tools DEPENDS+= tex-pst-tree-[0-9]*:../../graphics/tex-pst-tree # depend pst-tvz DEPENDS+= tex-pst-uml-[0-9]*:../../devel/tex-pst-uml |