diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-09 09:09:28 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-09 09:09:28 +0000 |
commit | b606dc96613b648c970f02f7a6d845c7b30bf273 (patch) | |
tree | 3cae7f30cc495d186a4f0711f6365a1d4ef2e429 /mail/dovecot | |
parent | 51df2c1b455e94fcff4d606a97137e3d31d4cfbc (diff) | |
download | pkgsrc-b606dc96613b648c970f02f7a6d845c7b30bf273.tar.gz |
Remove ssl from PKG_SUPPORTED_OPTIONS because it's in a PKG_OPTIONS_GROUP now.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk index 5aa16eaf9b2..f1944140890 100644 --- a/mail/dovecot/options.mk +++ b/mail/dovecot/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.12 2006/02/06 17:28:09 ghen Exp $ +# $NetBSD: options.mk,v 1.13 2006/02/09 09:09:28 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot -PKG_SUPPORTED_OPTIONS= inet6 ldap mysql pam pgsql sasl ssl sqlite +PKG_SUPPORTED_OPTIONS= inet6 ldap mysql pam pgsql sasl sqlite PKG_OPTIONS_OPTIONAL_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_SUGGESTED_OPTIONS= ssl |