diff options
author | joerg <joerg@pkgsrc.org> | 2019-12-22 22:26:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2019-12-22 22:26:49 +0000 |
commit | f60228ba3817fcc2af882b3aedc0c3625e40bc24 (patch) | |
tree | 82c5b0a67a6cf565b3c9c03892e072eb532fd89a | |
parent | d46cf67d6dffb1d9cd3d329d5217800b3eb2cd26 (diff) | |
download | pkgsrc-f60228ba3817fcc2af882b3aedc0c3625e40bc24.tar.gz |
Add missing TeX dependencies.
-rw-r--r-- | misc/libcarddav/options.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/libcarddav/options.mk b/misc/libcarddav/options.mk index 5bea806ca39..33c41eb35f5 100644 --- a/misc/libcarddav/options.mk +++ b/misc/libcarddav/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2019/11/03 17:04:23 rillig Exp $ +# $NetBSD: options.mk,v 1.8 2019/12/22 22:26:49 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav PKG_SUPPORTED_OPTIONS= doc @@ -18,16 +18,22 @@ BUILD_DEPENDS+= tex-adjustbox>=1.0nb1:../../print/tex-adjustbox 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-etoc-[0-9]*:../../print/tex-etoc BUILD_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb BUILD_DEPENDS+= tex-float-[0-9]*:../../print/tex-float BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +BUILD_DEPENDS+= tex-hanging-[0-9]*:../../print/tex-hanging 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-newunicodechar-[0-9]*:../../print/tex-newunicodechar BUILD_DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek BUILD_DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty +BUILD_DEPENDS+= tex-stackengine-[0-9]*:../../print/tex-stackengine BUILD_DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft +BUILD_DEPENDS+= tex-ulem-[0-9]*:../../print/tex-ulem 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 |