diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-10 23:58:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-10 23:58:53 +0000 |
commit | 803bc4c77b0b867f10d9c3a4d177c173cbd923b2 (patch) | |
tree | 388c20a27a188f22acf8660b04325a9a804c4510 | |
parent | c056bd9dadf2bda9ac3fafd3614fe5837ba43301 (diff) | |
download | pkgsrc-803bc4c77b0b867f10d9c3a4d177c173cbd923b2.tar.gz |
Re-enable doc by default now that tex-adjustbox is fixed and the pdf builds.
Bump PKGREVISION.
-rw-r--r-- | misc/libcarddav/Makefile | 4 | ||||
-rw-r--r-- | misc/libcarddav/options.mk | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/libcarddav/Makefile b/misc/libcarddav/Makefile index bf5446af88a..12e65179a74 100644 --- a/misc/libcarddav/Makefile +++ b/misc/libcarddav/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2015/02/10 08:12:43 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/02/10 23:58:53 wiz Exp $ DISTNAME= libcarddav_0.6.2-2debian2 PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/} -PKGREVISION= 7 +PKGREVISION= 8 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 4140ff4e76f..4a0aad7b158 100644 --- a/misc/libcarddav/options.mk +++ b/misc/libcarddav/options.mk @@ -1,9 +1,8 @@ -# $NetBSD: options.mk,v 1.4 2015/02/10 08:12:43 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/02/10 23:58:53 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav PKG_SUPPORTED_OPTIONS= doc -# TODO: tc-pgf.def needs packaging before PDF output works -#PKG_SUGGESTED_OPTIONS= doc +PKG_SUGGESTED_OPTIONS= doc PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc .include "../../mk/bsd.options.mk" @@ -12,7 +11,7 @@ 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-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 |