diff options
author | markd <markd@pkgsrc.org> | 2017-07-06 02:41:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-07-06 02:41:46 +0000 |
commit | 80020ece5e6450eeb90ec840ba66c00b9c92bec3 (patch) | |
tree | 433512b0ad9e1f8f502906951f354e56487f7f62 /textproc/tex-lwarp | |
parent | 86a46fa935fd0b807620df01ffcdc6f2df9f8d07 (diff) | |
download | pkgsrc-80020ece5e6450eeb90ec840ba66c00b9c92bec3.tar.gz |
Add some dependencies
Diffstat (limited to 'textproc/tex-lwarp')
-rw-r--r-- | textproc/tex-lwarp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/tex-lwarp/Makefile b/textproc/tex-lwarp/Makefile index ab437e7426e..357b402db7b 100644 --- a/textproc/tex-lwarp/Makefile +++ b/textproc/tex-lwarp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/06/23 23:23:56 markd Exp $ +# $NetBSD: Makefile,v 1.2 2017/07/06 02:41:46 markd Exp $ DISTNAME= lwarp PKGNAME= tex-${DISTNAME}-0.32 +PKGREVISION= 1 TEXLIVE_REV= 44552 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,10 @@ HOMEPAGE= http://ctan.org/pkg/lwarp COMMENT= Converts LaTeX to HTML LICENSE= lppl-1.3c +DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex +DEPENDS+= tex-pdfcrop-[0-9]*:../../graphics/tex-pdfcrop +DEPENDS+= tex-xindy-[0-9]*:../../textproc/tex-xindy REPLACE_TEXLUA= bin/lwarpmk |