pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tex-xindy



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Dec  3 19:31:57 UTC 2018

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

Log Message:
tex-xindy: add dependency on xindy


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tex-xindy/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-xindy/Makefile
diff -u pkgsrc/textproc/tex-xindy/Makefile:1.2 pkgsrc/textproc/tex-xindy/Makefile:1.3
--- pkgsrc/textproc/tex-xindy/Makefile:1.2      Wed Aug 22 09:47:13 2018
+++ pkgsrc/textproc/tex-xindy/Makefile  Mon Dec  3 19:31:56 2018
@@ -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 @@ HOMEPAGE=     http://ctan.org/pkg/xindy
 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