summaryrefslogtreecommitdiff
path: root/print/tex-amsmath
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-02-19 00:27:38 +0000
committerminskim <minskim@pkgsrc.org>2011-02-19 00:27:38 +0000
commitf7c66cc2556280b69cb207c50f3fd081eb3dc46b (patch)
tree2e6cd0fa952832a0e4244605ae1a05626eb4fe12 /print/tex-amsmath
parent65f38e5adbc532be92f6e500dcf2dae91e4193ca (diff)
downloadpkgsrc-f7c66cc2556280b69cb207c50f3fd081eb3dc46b.tar.gz
tex-amsmath requires the LaTeX2e format.
Diffstat (limited to 'print/tex-amsmath')
-rw-r--r--print/tex-amsmath/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-amsmath/Makefile b/print/tex-amsmath/Makefile
index 0908ce7ce2b..ab3a97ee6b1 100644
--- a/print/tex-amsmath/Makefile
+++ b/print/tex-amsmath/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2010/11/14 15:19:41 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2011/02/19 00:27:38 minskim Exp $
DISTNAME= amsmath
PKGNAME= tex-${DISTNAME}-2.13
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20250
MAINTAINER= minskim@NetBSD.org
COMMENT= AMS mathematical facilities for LaTeX
CONFLICTS+= teTeX-texmf<=3.0nb13
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"