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.
This commit is contained in:
minskim 2009-02-18 16:43:39 +00:00
parent e240834daa
commit f96ee07295

View file

@ -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"