diff options
author | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
commit | ea483f8647279c031f590093ebf07eba4862f109 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /mail/mail-notification | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index e2387664a45..da8884682f0 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/03/03 00:13:30 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2012/06/12 15:45:58 wiz Exp $ # DISTNAME= mail-notification-5.4 @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= evolution=no PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification PKG_SUPPORTED_OPTIONS= inet6 sasl ssl -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= inet6 ssl .include "../../mk/bsd.options.mk" |