summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-12 15:45:54 +0000
committerwiz <wiz>2012-06-12 15:45:54 +0000
commitea483f8647279c031f590093ebf07eba4862f109 (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /mail/exim
parent8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff)
downloadpkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index f19eb8d427d..ead29471417 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2010/09/17 12:01:37 adam Exp $
+# $NetBSD: options.mk,v 1.19 2012/06/12 15:45:57 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -13,7 +13,7 @@ PKG_SUPPORTED_OPTIONS+= readline
PKG_SUGGESTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
PKG_SUGGESTED_OPTIONS+= exim-appendfile-mbx exim-content-scan
PKG_SUGGESTED_OPTIONS+= exim-lookup-dsearch exim-old-demime exim-tcp-wrappers
-PKG_SUGGESTED_OPTIONS+= exim-tls
+PKG_SUGGESTED_OPTIONS+= exim-tls inet6
.include "../../mk/bsd.options.mk"