diff options
author | tonio <tonio> | 2005-08-30 16:14:53 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-08-30 16:14:53 +0000 |
commit | 69b2e86c8b1f8782028949325d39883c32457043 (patch) | |
tree | e814bfa93b58e444dc8f7cb049c697749f7f690f /databases/lbdb/Makefile | |
parent | 281232cd16c80e28852999e77fdc50af599f9ce2 (diff) | |
download | pkgsrc-69b2e86c8b1f8782028949325d39883c32457043.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/Makefile | 11 |
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} |