diff options
author | minskim <minskim> | 2009-07-12 02:54:43 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-12 02:54:43 +0000 |
commit | 7af223cd55e092138279451b227d5645687200d1 (patch) | |
tree | 64de421d12280be03a3ae09afe229cc996c9b11a /print | |
parent | 1b51038b417c92e3ada93dd13afdff625e1c0953 (diff) | |
download | pkgsrc-7af223cd55e092138279451b227d5645687200d1.tar.gz |
Correct dependencies.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-amscls/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/tex-amscls/Makefile b/print/tex-amscls/Makefile index 3464dd04357..936468f0848 100644 --- a/print/tex-amscls/Makefile +++ b/print/tex-amscls/Makefile @@ -1,13 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 02:40:40 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/12 02:54:43 minskim Exp $ # TeX Live Revision 12163 DISTNAME= amscls PKGNAME= tex-${DISTNAME}-2008.12163 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= AMS document classes for LaTeX CONFLICTS+= teTeX-texmf<=3.0nb18 +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath +DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc .include "../../print/texlive/module.mk" .include "../../mk/bsd.pkg.mk" |