Sat May 9 01:16:17 2015 UTC ()
Add dependency on textproc/makeindexk.


(markd)
diff -r1.9 -r1.10 pkgsrc/textproc/tex-makeindex/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/textproc/tex-makeindex/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/tex-makeindex/Makefile 2015/05/05 18:19:54 1.9
+++ pkgsrc/textproc/tex-makeindex/Makefile 2015/05/09 01:16:17 1.10
@@ -1,12 +1,15 @@ @@ -1,12 +1,15 @@
1# $NetBSD: Makefile,v 1.9 2015/05/05 18:19:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2015/05/09 01:16:17 markd Exp $
2 2
3DISTNAME= makeindex 3DISTNAME= makeindex
4PKGNAME= tex-${DISTNAME}-2.15 4PKGNAME= tex-${DISTNAME}-2.15
 5PKGREVISION= 1
5TEXLIVE_REV= 35872 6TEXLIVE_REV= 35872
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/makeindex 9HOMEPAGE= http://ctan.org/pkg/makeindex
9COMMENT= Style files for makeindex 10COMMENT= Style files for makeindex
10 11
 12DEPENDS+= makeindexk>=2.15:../../textproc/makeindexk
 13
11.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
12.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"