diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-08-25 13:55:38 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-08-25 13:55:38 +0000 |
commit | 466cede7b42061678f3a8796175177e403ba0d66 (patch) | |
tree | 399929465658bcfaaf3a87b135d619bef497d167 /mail/courier-imap | |
parent | bc100f42b51f89c11eab3ab69987f33577035be4 (diff) |
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 4f2d3fcb8285..e738120dba38 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -41,6 +41,7 @@ MAKE_ENV:= ${CONFIGURE_ENV} OPTIONS= OPENSSL "Build with OpenSSL support" on \ FAM "Build in fam support for IDLE command" off \ + DRAC "Build in DRAC support" off \ TRASHQUOTA "Include deleted mails in the quota" off \ GDBM "Use gdbm db instead of system bdb" off \ IPV6 "Build with IPv6 support" on |