summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2014-05-12 03:10:57 +0000
committerminskim <minskim@pkgsrc.org>2014-05-12 03:10:57 +0000
commit2f314d4b906d0e1d67130618285716744e173086 (patch)
treef7cfc92dc7eddcc241a1b269fa67cbe3f8373f2c
parent9e8e029b7b332d2cdb9a10c3926ca40b7ec47a16 (diff)
downloadpkgsrc-2f314d4b906d0e1d67130618285716744e173086.tar.gz
Let doxygen depend on Type 1 CM font packages
This prevents mktexpk from being called to create bitmap fonts for TS1-encoded CM fonts. This should fix PR 48762.
-rw-r--r--devel/doxygen/Makefile3
-rw-r--r--devel/doxygen/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 7e7ff3174f9..031dd5eccab 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.113 2014/05/09 07:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2014/05/12 03:10:57 minskim Exp $
DISTNAME= doxygen-1.8.7.src
PKGNAME= ${DISTNAME:S/.src//}
+PKGREVISION= 1
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 8d103d4e27a..91a00bce4f0 100644
--- a/devel/doxygen/options.mk
+++ b/devel/doxygen/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2014/05/08 23:41:52 dsainty Exp $
+# $NetBSD: options.mk,v 1.10 2014/05/12 03:10:57 minskim Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.doxygen
PKG_SUPPORTED_OPTIONS= latex
@@ -20,6 +20,7 @@ BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide
+DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin