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
commitb20a8555f19e638b0da0a8606067173d14e92236 (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /mail/exim
parent6fa662677d0b8372108ea1a048c01008bdcc82e9 (diff)
downloadpkgsrc-b20a8555f19e638b0da0a8606067173d14e92236.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"