pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tex-lwarp



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jul  6 02:41:46 UTC 2017

Modified Files:
        pkgsrc/textproc/tex-lwarp: Makefile

Log Message:
Add some dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tex-lwarp/Makefile

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

Modified files:

Index: pkgsrc/textproc/tex-lwarp/Makefile
diff -u pkgsrc/textproc/tex-lwarp/Makefile:1.1 pkgsrc/textproc/tex-lwarp/Makefile:1.2
--- pkgsrc/textproc/tex-lwarp/Makefile:1.1      Fri Jun 23 23:23:56 2017
+++ pkgsrc/textproc/tex-lwarp/Makefile  Thu Jul  6 02:41:46 2017
@@ -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@localhost
@@ -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
 



Home | Main Index | Thread Index | Old Index