diff options
author | oliver <oliver@FreeBSD.org> | 2006-08-25 21:55:38 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-08-25 21:55:38 +0800 |
commit | 74183c1eba48661212b00b1c45fb82a60b101ec1 (patch) | |
tree | bf4b9529854143f25a1cb2f2a5b2355956c7fe61 /mail/courier-imap | |
parent | da120b39e4fbb914030bb640ee2ca161bf0763ec (diff) | |
download | freebsd-ports-gnome-74183c1eba48661212b00b1c45fb82a60b101ec1.tar.gz freebsd-ports-gnome-74183c1eba48661212b00b1c45fb82a60b101ec1.tar.zst freebsd-ports-gnome-74183c1eba48661212b00b1c45fb82a60b101ec1.zip |
add DRAC to OPTIONS again
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 |