summaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-01-10 20:59:43 +0000
committeradrianp <adrianp@pkgsrc.org>2005-01-10 20:59:43 +0000
commit193ad4064b469b937c66e99129a08503d72b6474 (patch)
tree2e0eb2f55ac9850794df41629e6b7264a24b6e9b /mail/msmtp
parentd2b3d617189cb94df0e83821d77b78f07dc73cec (diff)
downloadpkgsrc-193ad4064b469b937c66e99129a08503d72b6474.tar.gz
Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set
inet6. Move to calling all such flags 'inet6'.
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/options.mk b/mail/msmtp/options.mk
index 041da539663..9e9f36c6de3 100644
--- a/mail/msmtp/options.mk
+++ b/mail/msmtp/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.4 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.msmtp
PKG_SUPPORTED_OPTIONS= gnutls inet6 ssl gsasl nossl
.if !defined(PKG_OPTIONS.msmtp)
-PKG_DEFAULT_OPTIONS+= inet6 ssl
+PKG_DEFAULT_OPTIONS+= ssl
.endif
.include "../../mk/bsd.options.mk"