diff options
author | joerg <joerg@pkgsrc.org> | 2015-02-04 20:51:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-02-04 20:51:32 +0000 |
commit | 0d8f995b33aa929e7ce9e200f2ae44d1d1d49a64 (patch) | |
tree | 26af9484de611637a292611b7f1d6b548c76c5eb /print | |
parent | 901633ffbcfd4129748843467717db4c4c2decee (diff) | |
download | pkgsrc-0d8f995b33aa929e7ce9e200f2ae44d1d1d49a64.tar.gz |
Add various missing TeX packages.
Diffstat (limited to 'print')
-rw-r--r-- | print/bibtool/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 651fc628ae4..b3b599655d6 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/01/24 13:40:14 mef Exp $ +# $NetBSD: Makefile,v 1.15 2015/02/04 20:51:32 joerg Exp $ DISTNAME= BibTool-2.57 CATEGORIES= print @@ -10,7 +10,13 @@ COMMENT= Tool to manipulate BibTeX databases LICENSE= gnu-gpl-v1 BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex +BUILD_DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs +BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +BUILD_DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +BUILD_DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings +BUILD_DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools BUILD_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk |