diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-20 01:59:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-20 01:59:52 +0000 |
commit | f8ade7e6736255f7372dfea87d8822522ff4a72e (patch) | |
tree | 8f6b67cfbee55f9947fc1840e1cb2a9a9f601b18 /print | |
parent | 51a4ea837ba5cd5a2034239d9ea20ec3de481578 (diff) | |
download | pkgsrc-f8ade7e6736255f7372dfea87d8822522ff4a72e.tar.gz |
Correct CONFLICTS of tex-latex-bin. Noted by tron@.
Diffstat (limited to 'print')
-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 |