diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-06-25 16:57:15 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-06-25 16:57:15 +0000 |
commit | f7e2749df2ca2e9a0ae0e404cab28dffdd91c404 (patch) | |
tree | 915c807f651f6aea6c5eddcc65c6a3f04ec8ad2d /net-im/jabberd | |
parent | - Update to v1.13 (diff) |
- Fix BDB backend (with WANT_BDB_VER=43)
PR: 95458
Submitted by: Sergey Akifiev
Approved by: Kirk Strauser (maintainer), flz (mentor)
Notes
Notes:
svn path=/head/; revision=166319
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index fe7b2d597607..6c6d6d0d68b0 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://jabberstudio.rediris.es/jabberd2/ \ http://jabberstudio.2nw.net/jabberd2/ @@ -68,10 +69,12 @@ CONFIGURE_ARGS+=--disable-mysql .endif .if defined(WITH_BDB) -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 +USE_BDB= yes +WANT_BDB_VER= 43 CONFIGURE_ARGS+=--enable-db CONFIGURE_ARGS+=--oldincludedir=/nonexistant -EIP+=:${LOCALBASE}/include/db41 +EIP+=:${BDB_INCLUDE_DIR} +ELP+=:${BDB_LIB_DIR} .else CONFIGURE_ARGS+=--disable-db .endif |