diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-22 21:04:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-22 21:04:14 +0000 |
commit | 95d2665cbca78585ec524ea40e17ce3db8b06e42 (patch) | |
tree | f169fb016b308e920d9b15c75140c675e6eefd2b /mail/exim | |
parent | b9a9bdbd1ca5908f8bfc6211536a3115650c646f (diff) | |
download | pkgsrc-95d2665cbca78585ec524ea40e17ce3db8b06e42.tar.gz |
Fix spelling of saslauthd option in PKG_SUGGESTED_OPTIONS.
From Peter Avalos.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk index 888d9ecc77b..ed5ca3064b2 100644 --- a/mail/exim/options.mk +++ b/mail/exim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2006/11/20 11:56:42 abs Exp $ +# $NetBSD: options.mk,v 1.11 2006/12/22 21:04:14 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.exim PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore @@ -7,7 +7,7 @@ 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 PKG_SUPPORTED_OPTIONS+= exim-old-demime exim-router-iplookup exim-tcp-wrappers -PKG_SUPPORTED_OPTIONS+= exim-tls exim-transport-lmtp gdbm inet6 saslauth +PKG_SUPPORTED_OPTIONS+= exim-tls exim-transport-lmtp gdbm inet6 saslauthd PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore PKG_SUGGESTED_OPTIONS+= exim-appendfile-mbx exim-content-scan |