pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tex-xindy tex-xindy: add dependency on xindy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dd9501cf466
branches:  trunk
changeset: 326319:8dd9501cf466
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Dec 03 19:31:56 2018 +0000

description:
tex-xindy: add dependency on xindy

diffstat:

 textproc/tex-xindy/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 2cb1bea5d7d8 -r 8dd9501cf466 textproc/tex-xindy/Makefile
--- a/textproc/tex-xindy/Makefile       Mon Dec 03 19:31:52 2018 +0000
+++ b/textproc/tex-xindy/Makefile       Mon Dec 03 19:31:56 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:47:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/03 19:31:56 markd Exp $
 
 DISTNAME=      xindy
 PKGNAME=       tex-${DISTNAME}-2.5.1
-PKGREVISION=   1
+PKGREVISION=   2
 TEXLIVE_REV=   43948
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@
 COMMENT=       General-purpose index processor
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      xindy>=2.5.1:../../textproc/xindy
+
 USE_TOOLS+=    perl:run
 
 REPLACE_PERL+= texmf-dist/scripts/xindy/*.pl



Home | Main Index | Thread Index | Old Index