diff options
author | markd <markd@pkgsrc.org> | 2015-05-09 01:16:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-09 01:16:17 +0000 |
commit | 00c9af40cb9406caba47cff5d0003cae0605ae38 (patch) | |
tree | 6e0c6d2f0ecb5052015b98b7d5eeb6d7df20fdb7 /textproc/tex-makeindex | |
parent | 49989480e73fd7049e7966851fe21ab78a0395c3 (diff) | |
download | pkgsrc-00c9af40cb9406caba47cff5d0003cae0605ae38.tar.gz |
Add dependency on textproc/makeindexk.
Diffstat (limited to 'textproc/tex-makeindex')
-rw-r--r-- | textproc/tex-makeindex/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/tex-makeindex/Makefile b/textproc/tex-makeindex/Makefile index 38a34f08bf5..5865da5b0d5 100644 --- a/textproc/tex-makeindex/Makefile +++ b/textproc/tex-makeindex/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2015/05/05 18:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/05/09 01:16:17 markd Exp $ DISTNAME= makeindex PKGNAME= tex-${DISTNAME}-2.15 +PKGREVISION= 1 TEXLIVE_REV= 35872 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/makeindex COMMENT= Style files for makeindex +DEPENDS+= makeindexk>=2.15:../../textproc/makeindexk + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |