diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 4d78bd2eceb..53c2c9dbfb3 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/12/09 14:08:35 mef Exp $ +# $NetBSD: Makefile,v 1.38 2014/12/12 10:51:11 joerg Exp $ DISTNAME= bibtex2html-1.98 CATEGORIES= converters @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin BUILD_DEPENDS+= tex-preprint-[0-9]*:../../print/tex-preprint |