From 8cac5725b5a875a2ab49c358414409d049fed1f8 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Wed, 23 Feb 2005 21:18:46 +0000 Subject: Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh --- security/cyrus-sasl2-saslauthd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security/cyrus-sasl2-saslauthd') diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 8e05ef92414f..2521ccd9b0f6 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -56,8 +56,11 @@ CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db41 --with-bdb=db41 .elif ${WITH_BDB_VER} == 42 LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2 +.elif ${WITH_BDB_VER} == 43 +LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 +CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db43 --with-bdb=db-4.3 .else -BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" +BROKEN= "WITH_BDB_VER must be 3, 4, 41, 42 or 43" .endif CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib .else -- cgit v1.2.3