summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-07-12 02:54:43 +0000
committerminskim <minskim@pkgsrc.org>2009-07-12 02:54:43 +0000
commit15061ebae1fc718efb5c671c8fcff25d1caada27 (patch)
tree64de421d12280be03a3ae09afe229cc996c9b11a /print
parentd52f1ab692d26ed0b941046863852c5c6ce95498 (diff)
downloadpkgsrc-15061ebae1fc718efb5c671c8fcff25d1caada27.tar.gz
Correct dependencies.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/tex-amscls/Makefile7
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"