Fri Sep 8 02:47:25 2017 UTC ()
Add tex-knuth-lib dependency


(markd)
diff -r1.15 -r1.16 pkgsrc/print/tex-plain/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/print/tex-plain/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-plain/Makefile 2017/09/06 16:27:19 1.15
+++ pkgsrc/print/tex-plain/Makefile 2017/09/08 02:47:24 1.16
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.15 2017/09/06 16:27:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2017/09/08 02:47:24 markd Exp $
2 2
3DISTNAME= plain 3DISTNAME= plain
4PKGNAME= tex-${DISTNAME}-3.141592653.43076 4PKGNAME= tex-${DISTNAME}-3.141592653.43076
5PKGREVISION= 1 5PKGREVISION= 2
6TEXLIVE_REV= 43076 6TEXLIVE_REV= 43076
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://ctan.org/pkg/plain 9HOMEPAGE= http://ctan.org/pkg/plain
10COMMENT= The Plain TeX format 10COMMENT= The Plain TeX format
11#LICENSE= knuth 11#LICENSE= knuth
12 12
13DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts 13DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
14DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm 14DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
15DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base 15DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
 16DEPENDS+= tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
16 17
17.include "../../print/texlive/package.mk" 18.include "../../print/texlive/package.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"