diff options
author | mef <mef@pkgsrc.org> | 2020-09-27 02:01:25 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-27 02:01:25 +0000 |
commit | 5e13aee85c3dd42282ce822cab8a249940302b21 (patch) | |
tree | 69ab84e1321f8401e13316bd5381e5ca0eea7ed7 /print | |
parent | ab2db7209baaabefa00986473dffea93409f2b8e (diff) | |
download | pkgsrc-5e13aee85c3dd42282ce822cab8a249940302b21.tar.gz |
(print/lgrind) Add BUILD_DEPENDS+= tex-ec-[0-9]* for font tcrm1000
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 7a4a2574886..4f7932dae25 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -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 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 |