pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/tex-plain



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Sep  8 02:47:25 UTC 2017

Modified Files:
        pkgsrc/print/tex-plain: Makefile

Log Message:
Add tex-knuth-lib dependency


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/tex-plain/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-plain/Makefile
diff -u pkgsrc/print/tex-plain/Makefile:1.15 pkgsrc/print/tex-plain/Makefile:1.16
--- pkgsrc/print/tex-plain/Makefile:1.15        Wed Sep  6 16:27:19 2017
+++ pkgsrc/print/tex-plain/Makefile     Fri Sep  8 02:47:24 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2017/09/06 16:27:19 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/08 02:47:24 markd Exp $
 
 DISTNAME=      plain
 PKGNAME=       tex-${DISTNAME}-3.141592653.43076
-PKGREVISION=   1
+PKGREVISION=   2
 TEXLIVE_REV=   43076
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,6 +13,7 @@ COMMENT=      The Plain TeX format
 DEPENDS+=      tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
 DEPENDS+=      tex-cm-[0-9]*:../../fonts/tex-cm
 DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+=      tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index