summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-10-10 19:31:28 +0000
committerminskim <minskim@pkgsrc.org>2011-10-10 19:31:28 +0000
commit60bd43c85d2989d3a83fe0789580946440c8acc4 (patch)
tree288318367e24d4e577420f06c438365503e74ed9
parent843842b8b06b444ab2ea2568412df48f8796dcf5 (diff)
downloadpkgsrc-60bd43c85d2989d3a83fe0789580946440c8acc4.tar.gz
Add tex-ec to doxygen's dependency list.
The LaTeX files generated by doxygen requires T1 encoding, which forces to use fonts in tex-ec.
-rw-r--r--devel/doxygen/Makefile4
-rw-r--r--devel/doxygen/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index c0f7a33a06c..f9b7cbf0634 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.83 2011/03/23 19:24:35 gdt Exp $
+# $NetBSD: Makefile,v 1.84 2011/10/10 19:31:28 minskim Exp $
DISTNAME= doxygen-1.6.3.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
http://ftp.stack.nl/pub/users/dimitri/
diff --git a/devel/doxygen/options.mk b/devel/doxygen/options.mk
index 8487e1998b0..2bb66a76b4f 100644
--- a/devel/doxygen/options.mk
+++ b/devel/doxygen/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2011/03/23 20:16:31 gdt Exp $
+# $NetBSD: options.mk,v 1.3 2011/10/10 19:31:28 minskim Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.doxygen
PKG_SUPPORTED_OPTIONS= latex
@@ -21,6 +21,7 @@ BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide
+DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics