diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-23 21:18:46 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-23 21:18:46 +0000 |
commit | 8cac5725b5a875a2ab49c358414409d049fed1f8 (patch) | |
tree | 149074efef886f69dde2bd865abf0d4e37931485 /security/cyrus-sasl2/Makefile | |
parent | 649205af454d86bb789c0a8d0c9650f342794481 (diff) | |
download | ports-8cac5725b5a875a2ab49c358414409d049fed1f8.tar.gz ports-8cac5725b5a875a2ab49c358414409d049fed1f8.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index e8b2fbe43112..a4bc4f3c0576 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -66,8 +66,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 SASLDB_NAME= sasldb2 |