diff options
author | abs <abs@pkgsrc.org> | 2007-05-18 14:24:11 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-05-18 14:24:11 +0000 |
commit | f5144eff6d682cb3ddfafc27cf3a76b5a5a2128e (patch) | |
tree | d8b6a8f66257f92c380a701319d8b22fc78f78c6 /mail/exim/options.mk | |
parent | ada9b1b3f5ddf9acc8e71969c54d6e9938427f2f (diff) | |
download | pkgsrc-f5144eff6d682cb3ddfafc27cf3a76b5a5a2128e.tar.gz |
add exim-auth-dovecot and EXIM_MAX_INCLUDE_SIZE. both disabled by default
Diffstat (limited to 'mail/exim/options.mk')
-rw-r--r-- | mail/exim/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk index ed5ca3064b2..76ac01d684d 100644 --- a/mail/exim/options.mk +++ b/mail/exim/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.11 2006/12/22 21:04:14 joerg Exp $ +# $NetBSD: options.mk,v 1.12 2007/05/18 14:24:17 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.exim PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore -PKG_SUPPORTED_OPTIONS+= exim-appendfile-mbx exim-build-eximon +PKG_SUPPORTED_OPTIONS+= exim-appendfile-mbx exim-auth-dovecot exim-build-eximon PKG_SUPPORTED_OPTIONS+= exim-content-scan exim-lookup-cdb exim-lookup-dnsdb PKG_SUPPORTED_OPTIONS+= exim-lookup-dsearch exim-lookup-ldap exim-lookup-mysql PKG_SUPPORTED_OPTIONS+= exim-lookup-pgsql exim-lookup-sqlite exim-lookup-whoson @@ -26,6 +26,10 @@ LOCAL_MAKEFILE_OPTIONS+=SUPPORT_MAILDIR=yes LOCAL_MAKEFILE_OPTIONS+=SUPPORT_MAILSTORE=yes .endif +.if !empty(PKG_OPTIONS:Mexim-auth-dovecot) +LOCAL_MAKEFILE_OPTIONS+=AUTH_DOVECOT=yes +.endif + .if !empty(PKG_OPTIONS:Mexim-appendfile-mbx) LOCAL_MAKEFILE_OPTIONS+=SUPPORT_MBX=yes .endif |