summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
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"