summaryrefslogtreecommitdiff
path: root/databases/lbdb/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-08-30 16:14:53 +0000
committertonio <tonio>2005-08-30 16:14:53 +0000
commitf11ccc7c487a4b0a9487cdf64c4d8f256e2d1989 (patch)
treee814bfa93b58e444dc8f7cb049c697749f7f690f /databases/lbdb/Makefile
parent26afc8c9c3e15c8b495cfd5bb6bd3c6a3c73e4c7 (diff)
downloadpkgsrc-f11ccc7c487a4b0a9487cdf64c4d8f256e2d1989.tar.gz
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@
Diffstat (limited to 'databases/lbdb/Makefile')
-rw-r--r--databases/lbdb/Makefile11
1 files changed, 9 insertions, 2 deletions
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}