aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2007-08-12 22:58:23 +0800
committerkrion <krion@FreeBSD.org>2007-08-12 22:58:23 +0800
commitdad0bcc8da34e5a7250ffb4d222b9b18e0a2bf6b (patch)
treed2488559efd83b27b06ece5c8999a39f32349886 /mail/exim
parent7368bb1c217768925402b65a4f7755ac8e69ac6c (diff)
downloadfreebsd-ports-gnome-dad0bcc8da34e5a7250ffb4d222b9b18e0a2bf6b.tar.gz
freebsd-ports-gnome-dad0bcc8da34e5a7250ffb4d222b9b18e0a2bf6b.tar.zst
freebsd-ports-gnome-dad0bcc8da34e5a7250ffb4d222b9b18e0a2bf6b.zip
Portlint'ing
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}