diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
commit | ff9b5de54fe9e51a3ec5f52c53c1166f2945459e (patch) | |
tree | 644895321175f40819af816f79684748475fa824 /mail/cyrus-imapd2 | |
parent | c40d46626718fe236febdc04b97c6cbef19acec2 (diff) | |
download | ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.tar.gz ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 657d25d56c65..d2a3c4bd72c5 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -46,12 +46,12 @@ CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ .if defined(WITH_BDB_VER) USE_BDB_VER= ${WITH_BDB_VER} .else -USE_BDB_VER= 3 +USE_BDB_VER= 41 .endif .if ${USE_BDB_VER} == 4 USE_BDB= 40 -.elif ${USE_BDB_VER} != 3 && ${USE_BDB_VER} != 41 -IGNORE= "cannot install: WITH_BDB_VER must be 3, 4 or 41" +.elif ${USE_BDB_VER} != 41 +IGNORE= "cannot install: WITH_BDB_VER must be 4 or 41" .endif USE_BDB?= ${USE_BDB_VER} CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${USE_BDB_VER} \ @@ -112,7 +112,7 @@ pre-everything:: ${ECHO_MSG} "It seems you have installed newer db than db3. If"; \ ${ECHO_MSG} "you are using newer db for cyrus-sasl2, you should"; \ ${ECHO_MSG} "specify same version by WITH_BDB_VER. For"; \ - ${ECHO_MSG} "exapmle, WITH_BDB_VER=4 for db4."; \ + ${ECHO_MSG} "example, WITH_BDB_VER=41 for db41."; \ ${ECHO_MSG} ""; \ fi .endif |