pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/libcarddav
Module Name: pkgsrc
Committed By: joerg
Date: Fri Aug 26 17:16:53 UTC 2016
Modified Files:
pkgsrc/misc/libcarddav: options.mk
Log Message:
Add missing dependencies for the PDF generation.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/libcarddav/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/libcarddav/options.mk
diff -u pkgsrc/misc/libcarddav/options.mk:1.5 pkgsrc/misc/libcarddav/options.mk:1.6
--- pkgsrc/misc/libcarddav/options.mk:1.5 Tue Feb 10 23:58:53 2015
+++ pkgsrc/misc/libcarddav/options.mk Fri Aug 26 17:16:53 2016
@@ -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 @@ PLIST_VARS+= doc
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
-BUILD_DEPENDS+= tex-adjustbox>=1.0nb1:../../print/tex-adjustbox
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
-BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
-BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab
+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-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-collectbox-[0-9]*:../../print/tex-collectbox
+BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab
+BUILD_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
CONFIGURE_ARGS+= --enable-doc
PLIST.doc= yes
.else
Home |
Main Index |
Thread Index |
Old Index