diff options
author | gdt <gdt@pkgsrc.org> | 2015-09-09 23:48:11 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-09-09 23:48:11 +0000 |
commit | c68118cc2946a844e5f1e5a324b6eae07c68c56b (patch) | |
tree | 5aeca320fb0f3991ed694b6c4b2c892fec4b7196 /textproc/dblatex | |
parent | 4139f27c9acc5cd8be79d088fa030776ae7d88d0 (diff) | |
download | pkgsrc-c68118cc2946a844e5f1e5a324b6eae07c68c56b.tar.gz |
Add missing dependencies.
From Jason Bacon via pkgsrc-users.
Diffstat (limited to 'textproc/dblatex')
-rw-r--r-- | textproc/dblatex/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index f3c224209db..2eb925d9a28 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2015/05/06 10:25:40 markd Exp $ +# $NetBSD: Makefile,v 1.21 2015/09/09 23:48:11 gdt Exp $ DISTNAME= dblatex-0.3.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dblatex/} EXTRACT_SUFX= .tar.bz2 @@ -34,6 +34,9 @@ DEPENDS+= tex-stmaryrd-[0-9]*:../../fonts/tex-stmaryrd DEPENDS+= tex-subfigure-[0-9]*:../../print/tex-subfigure DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym +DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +DEPENDS+= tex-rsfs-[0-9]*:../../fonts/tex-rsfs +DEPENDS+= tex-eepic-[0-9]*:../../graphics/tex-eepic USE_LANGUAGES= # none USE_TOOLS+= gmake |