diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-08-12 14:58:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-08-12 14:58:23 +0000 |
commit | 0cf904365c1d3021a3e1a196ec053771ff26cb9d (patch) | |
tree | 7b585eac49318a270f9c7a0bfeef05d7370e6126 | |
parent | 0ef7f6ad36845ac070be88076bfd9d229e3cf0d0 (diff) | |
download | ports-0cf904365c1d3021a3e1a196ec053771ff26cb9d.tar.gz ports-0cf904365c1d3021a3e1a196ec053771ff26cb9d.zip |
Notes
-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} |