diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-06 08:48:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-06 08:48:03 +0000 |
commit | 4abdee0087a00914dc509ab729552a1e36e55644 (patch) | |
tree | 246650c25e8a5f5099ea978ceca6ad3ed326b470 /print | |
parent | c6260a267cc23d69c3172a90febb742dc875f380 (diff) | |
download | pkgsrc-4abdee0087a00914dc509ab729552a1e36e55644.tar.gz |
Add missing dependencies to tex-glossaries.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-glossaries/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/print/tex-glossaries/Makefile b/print/tex-glossaries/Makefile index bf3c9209f7b..0be8a121ef3 100644 --- a/print/tex-glossaries/Makefile +++ b/print/tex-glossaries/Makefile @@ -1,12 +1,23 @@ -# $NetBSD: Makefile,v 1.5 2011/10/18 21:32:43 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/06 08:48:03 minskim Exp $ DISTNAME= glossaries PKGNAME= tex-${DISTNAME}-3.01 +PKGREVISION= 1 TEXLIVE_REV= 22100 MAINTAINER= jmmv@NetBSD.org COMMENT= Create glossaries and lists of acronyms +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-supertabular-[0-9]*:../../print/tex-supertabular +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xfor-[0-9]*:../../print/tex-xfor +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + USE_TOOLS+= perl:run REPLACE_PERL= bin/makeglossaries |