summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 4aa43d71bdc0..fc072b12d76c 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -332,7 +332,7 @@ WITH_BDB= yes
.endif
.if defined(WITH_BDB)
-USE_BDB= yes
+USE_BDB= yes
INVALID_BDB_VER= 2 3
DB_LIBS= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME}
DB_INCLUDES= -I${BDB_INCLUDE_DIR}