8f2614eca3
A small update preventing TeX from looking too far ahead when opening one of the files.
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.7 2022/05/15 04:16:47 markd Exp $
|
|
|
|
DISTNAME= changebar
|
|
PKGNAME= tex-${DISTNAME}-3.6d
|
|
TEXLIVE_REV= 63259
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/changebar
|
|
COMMENT= Generate changebars in LaTeX documents
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|