diff options
author | markd <markd@pkgsrc.org> | 2018-12-03 19:31:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-12-03 19:31:56 +0000 |
commit | 738c7a4efe7413415300ad8fe564824c5e6a408a (patch) | |
tree | 0d9d02495fd3b063663bbb250f109bc4121e1a19 | |
parent | 2946d1a1b398557e085ec8c28186ebe9309cbcb5 (diff) | |
download | pkgsrc-738c7a4efe7413415300ad8fe564824c5e6a408a.tar.gz |
tex-xindy: add dependency on xindy
-rw-r--r-- | textproc/tex-xindy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/tex-xindy/Makefile b/textproc/tex-xindy/Makefile index d637cde8272..a71da93aa20 100644 --- a/textproc/tex-xindy/Makefile +++ b/textproc/tex-xindy/Makefile @@ -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 @@ -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 |