summaryrefslogtreecommitdiff
path: root/misc/libcarddav
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-10 08:12:43 +0000
committerwiz <wiz@pkgsrc.org>2015-02-10 08:12:43 +0000
commit006b2a3e512daec33ef9f261e9451daf99f627bf (patch)
tree529b5aa6b45ca2e490f13a2e1cc3604f7dffbeda /misc/libcarddav
parent6aed420e633cc8c9d43b04e6873d7aded7c43b5b (diff)
downloadpkgsrc-006b2a3e512daec33ef9f261e9451daf99f627bf.tar.gz
Add some more dependencies for the 'doc' option; additionally needs
! LaTeX Error: File `tc-pgf.def' not found. which doesn't seem to be packaged yet; so disable doc option by default. Bump PKGREVISION.
Diffstat (limited to 'misc/libcarddav')
-rw-r--r--misc/libcarddav/Makefile4
-rw-r--r--misc/libcarddav/options.mk8
2 files changed, 8 insertions, 4 deletions
diff --git a/misc/libcarddav/Makefile b/misc/libcarddav/Makefile
index bf965aa75b1..bf5446af88a 100644
--- a/misc/libcarddav/Makefile
+++ b/misc/libcarddav/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2014/02/12 23:18:14 tron Exp $
+# $NetBSD: Makefile,v 1.11 2015/02/10 08:12:43 wiz Exp $
DISTNAME= libcarddav_0.6.2-2debian2
PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= misc
MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/
diff --git a/misc/libcarddav/options.mk b/misc/libcarddav/options.mk
index 3520d0fe541..4140ff4e76f 100644
--- a/misc/libcarddav/options.mk
+++ b/misc/libcarddav/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2012/07/11 14:47:23 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/02/10 08:12:43 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav
PKG_SUPPORTED_OPTIONS= doc
-PKG_SUGGESTED_OPTIONS= doc
+# TODO: tc-pgf.def needs packaging before PDF output works
+#PKG_SUGGESTED_OPTIONS= doc
PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc
.include "../../mk/bsd.options.mk"
@@ -11,10 +12,13 @@ PLIST_VARS+= doc
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
+BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../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-multirow-[0-9]*:../../print/tex-multirow
+BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox
CONFIGURE_ARGS+= --enable-doc
PLIST.doc= yes
.else