pkgsrc/devel/tex-l3packages/Makefile
markd ab20901a65 tex-l3packages: restore tex-amsmath dependency
tex-amsmath now doesn't depend on tex-latex-bin
2021-02-26 21:15:07 +00:00

19 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.16 2021/02/26 21:15:07 markd Exp $
DISTNAME= l3packages
PKGNAME= tex-${DISTNAME}-2020.57600
PKGREVISION= 3
TEXLIVE_REV= 57600
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/l3packages
COMMENT= High-level LaTeX3 concepts
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"