Wed Apr 29 04:24:33 2009 UTC ()
tex-amsfonts needs tex-cmex for cmex[789].

Bump PKGREVISION.


(minskim)
diff -r1.1.1.1 -r1.2 pkgsrc/fonts/tex-amsfonts/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/fonts/tex-amsfonts/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/tex-amsfonts/Makefile 2009/04/28 18:30:42 1.1.1.1
+++ pkgsrc/fonts/tex-amsfonts/Makefile 2009/04/29 04:24:33 1.2
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/04/28 18:30:42 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2009/04/29 04:24:33 minskim Exp $
2# TeX Live Revision 7340 2# TeX Live Revision 7340
3 3
4DISTNAME= amsfonts 4DISTNAME= amsfonts
5PKGNAME= tex-${DISTNAME}-2.2 5PKGNAME= tex-${DISTNAME}-2.2
 6PKGREVISION= 1
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8COMMENT= TeX fonts from the American Mathematical Society 9COMMENT= TeX fonts from the American Mathematical Society
9 10
10CONFLICTS+= teTeX-texmf<=3.0nb13 11CONFLICTS+= teTeX-texmf<=3.0nb13
11DEPENDS+= tex-ams-[0-9]*:../../print/tex-ams 12DEPENDS+= tex-ams-[0-9]*:../../print/tex-ams
12DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex 13DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
13DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm 14DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
 15DEPENDS+= tex-cmex-[0-9]*:../../fonts/tex-cmex
14 16
15.include "../../print/texlive/module.mk" 17.include "../../print/texlive/module.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"