From 69b2e86c8b1f8782028949325d39883c32457043 Mon Sep 17 00:00:00 2001 From: tonio Date: Tue, 30 Aug 2005 16:14:53 +0000 Subject: Update databases/lbdb to 0.30 Make it use the option framework, to enable/disable abook and gnupg plugins and dependancies fix PR 29879, applying the appended patch approved by cube@ --- databases/lbdb/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'databases/lbdb/Makefile') diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index aad67cfe06b..7b47182cd08 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/08/30 16:14:53 tonio Exp $ DISTNAME= ${PKGNAME:S/-/_/} -PKGNAME= lbdb-0.29 +PKGNAME= lbdb-0.30 CATEGORIES= databases MASTER_SITES= http://www.spinnaker.de/debian/ @@ -17,6 +17,13 @@ USE_PKGINSTALL= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/lbdb/ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --enable-lbdb_dotlock +CONFIGURE_ARGS+= --without-getent +CONFIGURE_ARGS+= --without-evolution-addressbook-export +CONFIGURE_ARGS+= --without-pgp +CONFIGURE_ARGS+= --without-pgpk + +.include "options.mk" WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -- cgit v1.2.3