pkgsrc/print/tex-mathtools/Makefile
markd dd75d10562 Update tex-mathtools to 1.17
In this update we fix a deficiency in amsmath which my manifest it self in
\intertext (and \shortintertext) when used in a context where margins have
locally been changed using list constructions.
2015-08-02 10:41:46 +00:00

15 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/08/02 10:41:46 markd Exp $
DISTNAME= mathtools
PKGNAME= tex-${DISTNAME}-1.17
TEXLIVE_REV= 37587
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/mathtools
COMMENT= Mathematical tools to use with amsmath
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"