diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /mail/msmtp | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/options.mk b/mail/msmtp/options.mk index 00e06f3e13e..40e822b0621 100644 --- a/mail/msmtp/options.mk +++ b/mail/msmtp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2011/12/02 12:33:53 ryoon Exp $ +# $NetBSD: options.mk,v 1.13 2012/06/12 15:45:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.msmtp @@ -6,7 +6,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_SUPPORTED_OPTIONS= gnome-keyring gsasl idn inet6 scripts -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= inet6 ssl .include "../../mk/bsd.options.mk" |