diff options
author | krion <krion@FreeBSD.org> | 2007-08-12 22:58:23 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2007-08-12 22:58:23 +0800 |
commit | dad0bcc8da34e5a7250ffb4d222b9b18e0a2bf6b (patch) | |
tree | d2488559efd83b27b06ece5c8999a39f32349886 /mail/exim | |
parent | 7368bb1c217768925402b65a4f7755ac8e69ac6c (diff) | |
download | freebsd-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/Makefile | 2 |
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} |