pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/lgrind



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 27 02:01:25 UTC 2020

Modified Files:
        pkgsrc/print/lgrind: Makefile

Log Message:
(print/lgrind) Add BUILD_DEPENDS+=  tex-ec-[0-9]* for font tcrm1000


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/lgrind/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/lgrind/Makefile
diff -u pkgsrc/print/lgrind/Makefile:1.35 pkgsrc/print/lgrind/Makefile:1.36
--- pkgsrc/print/lgrind/Makefile:1.35   Wed Nov 25 12:53:09 2015
+++ pkgsrc/print/lgrind/Makefile        Sun Sep 27 02:01:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2015/11/25 12:53:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2020/09/27 02:01:25 mef Exp $
 
 DISTNAME=      lgrind
 PKGNAME=       lgrind-3.5
@@ -11,6 +11,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Source pretty printer for LaTeX
 
 BUILD_DEPENDS+=        tex-tools-[0-9]*:../../print/tex-tools
+# I can't find file `tcrm1000'. 
+BUILD_DEPENDS+=        tex-ec-[0-9]*:../../fonts/tex-ec
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
 WRKSRC=                ${WRKDIR}/lgrind



Home | Main Index | Thread Index | Old Index