Sun Jul 12 02:54:43 2009 UTC ()
Correct dependencies.

Bump PKGREVISION.


(minskim)
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-amscls/Makefile

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

--- pkgsrc/print/tex-amscls/Makefile 2009/07/12 02:40:40 1.1.1.1
+++ pkgsrc/print/tex-amscls/Makefile 2009/07/12 02:54:43 1.2
@@ -1,13 +1,18 @@ @@ -1,13 +1,18 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 02:40:40 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2009/07/12 02:54:43 minskim Exp $
2# TeX Live Revision 12163 2# TeX Live Revision 12163
3 3
4DISTNAME= amscls 4DISTNAME= amscls
5PKGNAME= tex-${DISTNAME}-2008.12163 5PKGNAME= tex-${DISTNAME}-2008.12163
 6PKGREVISION= 1
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8COMMENT= AMS document classes for LaTeX 9COMMENT= AMS document classes for LaTeX
9 10
10CONFLICTS+= teTeX-texmf<=3.0nb18 11CONFLICTS+= teTeX-texmf<=3.0nb18
 12DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
 13DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
 14DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
 15DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc
11 16
12.include "../../print/texlive/module.mk" 17.include "../../print/texlive/module.mk"
13.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"