pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libcarddav Add missing dependencies for the PDF g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50dbb0a80e65
branches:  trunk
changeset: 351734:50dbb0a80e65
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 26 17:16:53 2016 +0000

description:
Add missing dependencies for the PDF generation.

diffstat:

 misc/libcarddav/options.mk |  24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r f228daf74eca -r 50dbb0a80e65 misc/libcarddav/options.mk
--- a/misc/libcarddav/options.mk        Fri Aug 26 17:16:08 2016 +0000
+++ b/misc/libcarddav/options.mk        Fri Aug 26 17:16:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2015/02/10 23:58:53 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2016/08/26 17:16:53 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libcarddav
 PKG_SUPPORTED_OPTIONS= doc
@@ -11,13 +11,27 @@
 
 .if !empty(PKG_OPTIONS:Mdoc)
 BUILD_DEPENDS+=                doxygen>=1.8.1.1:../../devel/doxygen
+BUILD_DEPENDS+=                tex-ec-[0-9]*:../../fonts/tex-ec
+BUILD_DEPENDS+=                tex-psnfss-[0-9]*:../../fonts/tex-psnfss
+BUILD_DEPENDS+=                tex-wasysym-[0-9]*:../../fonts/tex-wasysym
 BUILD_DEPENDS+=                tex-adjustbox>=1.0nb1:../../print/tex-adjustbox
-BUILD_DEPENDS+=                tex-ec-[0-9]*:../../fonts/tex-ec
+BUILD_DEPENDS+=                tex-caption-[0-9]*:../../print/tex-caption
+BUILD_DEPENDS+=                tex-collectbox-[0-9]*:../../print/tex-collectbox
+BUILD_DEPENDS+=                tex-colortbl-[0-9]*:../../print/tex-colortbl
+BUILD_DEPENDS+=                tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
+BUILD_DEPENDS+=                tex-float-[0-9]*:../../print/tex-float
+BUILD_DEPENDS+=                tex-geometry-[0-9]*:../../print/tex-geometry
+BUILD_DEPENDS+=                tex-hyperref-[0-9]*:../../print/tex-hyperref
+BUILD_DEPENDS+=                tex-multirow-[0-9]*:../../print/tex-multirow
+BUILD_DEPENDS+=                tex-natbib-[0-9]*:../../print/tex-natbib
+BUILD_DEPENDS+=                tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+BUILD_DEPENDS+=                tex-sectsty-[0-9]*:../../print/tex-sectsty
+BUILD_DEPENDS+=                tex-tabu-[0-9]*:../../print/tex-tabu
 BUILD_DEPENDS+=                tex-tocloft-[0-9]*:../../print/tex-tocloft
+BUILD_DEPENDS+=                tex-xcolor-[0-9]*:../../print/tex-xcolor
+BUILD_DEPENDS+=                tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 BUILD_DEPENDS+=                tex-xtab-[0-9]*:../../print/tex-xtab
-BUILD_DEPENDS+=                tex-multirow-[0-9]*:../../print/tex-multirow
-BUILD_DEPENDS+=                tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-BUILD_DEPENDS+=                tex-collectbox-[0-9]*:../../print/tex-collectbox
+BUILD_DEPENDS+=                makeindexk-[0-9]*:../../textproc/makeindexk
 CONFIGURE_ARGS+=       --enable-doc
 PLIST.doc=             yes
 .else



Home | Main Index | Thread Index | Old Index