diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-29 21:38:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-29 21:38:28 +0000 |
commit | d59f5ca2cc5c640663743ef02e689ecaf56283ae (patch) | |
tree | f695370a092ce6344624eb08bb06c733cc4bcf63 /print/tex-bin-latex | |
parent | 1133c4f4ae9d4f126dd33f28c1d8971d5aeab47f (diff) | |
download | pkgsrc-d59f5ca2cc5c640663743ef02e689ecaf56283ae.tar.gz |
tex-bin-latex needs tex-hyphen-base and tex-babel for hyphenation.
Bump PKGREVISION.
Diffstat (limited to 'print/tex-bin-latex')
-rw-r--r-- | print/tex-bin-latex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/tex-bin-latex/Makefile b/print/tex-bin-latex/Makefile index d06b068f638..54d42af77f7 100644 --- a/print/tex-bin-latex/Makefile +++ b/print/tex-bin-latex/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2009/04/27 15:40:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/29 21:38:28 minskim Exp $ # TeX Live Revision 12778 DISTNAME= bin-latex PKGNAME= tex-${DISTNAME}-2008.12778 -PKGREVISION= 1 -DIST_SUBDIR= ${PKGNAME} +PKGREVISION= 2 +DIST_SUBDIR= ${PKGNAME_NOREV}nb1 MAINTAINER= minskim@NetBSD.org COMMENT= TeX macro package that defines LaTeX CONFLICTS+= teTeX-bin<=3.0nb31 +DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea +DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex |