summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authorminskim <minskim>2009-09-19 15:37:06 +0000
committerminskim <minskim>2009-09-19 15:37:06 +0000
commitb125cc7899b2bf51c93ef7f7292fa50f9a8f1833 (patch)
treecbac245f2e3345e90b0b2a43d9c5d4bd68959ebd /print/teTeX
parentd922b2cf609ea34a37d60ee4ced88059facb7b21 (diff)
downloadpkgsrc-b125cc7899b2bf51c93ef7f7292fa50f9a8f1833.tar.gz
Let the teTeX metapackage depend on gsftopk, ps2pkm, tex-a2ping,
and texlive-pdftools, because teTeX-bin no longer builds them.
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index c565d3c50ad..508acc45920 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2009/09/02 08:34:14 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2009/09/19 15:37:06 minskim Exp $
DISTNAME= teTeX-3.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= print meta-pkgs
MASTER_SITES= # empty
@@ -13,13 +13,15 @@ DEPENDS+= dviljk-[0-9]*:../../print/dviljk
DEPENDS+= dvipdfm-[0-9]*:../../print/dvipdfm
DEPENDS+= dvipng-[0-9]*:../../graphics/dvipng
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+DEPENDS+= gsftopk-[0-9]*:../../fonts/gsftopk
+DEPENDS+= ps2pkm-[0-9]*:../../fonts/ps2pkm
DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf
+DEPENDS+= tex-a2ping-[0-9]*:../../graphics/tex-a2ping
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
+DEPENDS+= texlive-pdftools-[0-9]*:../../print/texlive-pdftools
DEPENDS+= xdvik-[0-9]*:../../print/xdvik
-CONFLICTS+= teTeX2-[0-9]*
-
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"