aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-08-12 14:58:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-08-12 14:58:23 +0000
commit0cf904365c1d3021a3e1a196ec053771ff26cb9d (patch)
tree7b585eac49318a270f9c7a0bfeef05d7370e6126 /mail/exim
parent0ef7f6ad36845ac070be88076bfd9d229e3cf0d0 (diff)
downloadports-0cf904365c1d3021a3e1a196ec053771ff26cb9d.tar.gz
ports-0cf904365c1d3021a3e1a196ec053771ff26cb9d.zip
Notes
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}