diff options
-rw-r--r-- | print/tex-latex-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-latex-bin/Makefile b/print/tex-latex-bin/Makefile index 4592963c458..42774e466f3 100644 --- a/print/tex-latex-bin/Makefile +++ b/print/tex-latex-bin/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 20:29:15 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/20 01:59:52 minskim Exp $ # TeX Live Revision 16044 DISTNAME= latex-bin PKGNAME= tex-${DISTNAME}-2009 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= LaTeX executables -CONFLICTS+= teTeX-texmf<=3.0nb31 +CONFLICTS+= teTeX-texmf<=3.0nb21 CONFLICTS+= tex-bin-latex<2009 DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex SUPERSEDES= tex-bin-latex<2009 |