summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-18 16:43:39 +0000
committerminskim <minskim>2009-02-18 16:43:39 +0000
commita73e06848baa1e4f6473c7890d2e5f30d3411257 (patch)
tree8641f1a1cf9a400d47c6d25930807b5978c31d0f /print
parente52b2ba40868fc68c30e326727e81b71955d5374 (diff)
downloadpkgsrc-a73e06848baa1e4f6473c7890d2e5f30d3411257.tar.gz
Let the teTeX meta package depends on dvipsk, because teTeX-bin no
longer provides dvipsk. While here, add explicit dependencies on teTeX-bin and teTeX-texmf. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index dab12d8adc1..0cf851f6fa9 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2009/02/18 11:16:49 tron Exp $
+# $NetBSD: Makefile,v 1.48 2009/02/18 16:43:39 minskim Exp $
DISTNAME= teTeX-3.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print meta-pkgs
MASTER_SITES= # empty
@@ -9,11 +9,13 @@ MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://www.tug.org/tetex/
COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems
+DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
+DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= teTeX2-[0-9]*
META_PACKAGE= yes
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"