summaryrefslogtreecommitdiff
path: root/textproc/tex-makeindex
diff options
context:
space:
mode:
authormarkd <markd>2015-05-09 01:16:17 +0000
committermarkd <markd>2015-05-09 01:16:17 +0000
commitce096e3dc75763263321b1e101d928d81f9921be (patch)
tree6e0c6d2f0ecb5052015b98b7d5eeb6d7df20fdb7 /textproc/tex-makeindex
parentac8d594c07d18305387578729cd53199f70e09ff (diff)
downloadpkgsrc-ce096e3dc75763263321b1e101d928d81f9921be.tar.gz
Add dependency on textproc/makeindexk.
Diffstat (limited to 'textproc/tex-makeindex')
-rw-r--r--textproc/tex-makeindex/Makefile5
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"