summaryrefslogtreecommitdiff
path: root/fonts/tex-amsfonts
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-04-29 04:24:33 +0000
committerminskim <minskim@pkgsrc.org>2009-04-29 04:24:33 +0000
commitde75eb505e53614a3413c0ccd0071c38c20dab0e (patch)
treeff05885927e94feaa278c6c515e00f1ae0452781 /fonts/tex-amsfonts
parent6076d5817ed297373bc592ce782bd63004cf5d82 (diff)
downloadpkgsrc-de75eb505e53614a3413c0ccd0071c38c20dab0e.tar.gz
tex-amsfonts needs tex-cmex for cmex[789].
Bump PKGREVISION.
Diffstat (limited to 'fonts/tex-amsfonts')
-rw-r--r--fonts/tex-amsfonts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/tex-amsfonts/Makefile b/fonts/tex-amsfonts/Makefile
index 524f647dee9..8c99d0847e0 100644
--- a/fonts/tex-amsfonts/Makefile
+++ b/fonts/tex-amsfonts/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/28 18:30:42 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/29 04:24:33 minskim Exp $
# TeX Live Revision 7340
DISTNAME= amsfonts
PKGNAME= tex-${DISTNAME}-2.2
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= TeX fonts from the American Mathematical Society
@@ -11,6 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb13
DEPENDS+= tex-ams-[0-9]*:../../print/tex-ams
DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
+DEPENDS+= tex-cmex-[0-9]*:../../fonts/tex-cmex
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"