summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fetchmail/options.mk4
-rw-r--r--mail/mutt-devel/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk
index 6041cb67b03..924c6f119a2 100644
--- a/mail/fetchmail/options.mk
+++ b/mail/fetchmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/08/05 02:31:24 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2004/08/05 03:30:16 jlam Exp $
# Global and legacy options
.if defined(KERBEROS) && defined(USE_INET6) || defined(FETCHMAIL_USE_SSL)
@@ -14,9 +14,9 @@ PKG_OPTIONS.fetchmail+= ssl
. endif
. endif
.endif
-PKG_OPTIONS.fetchmail?= inet6 ssl
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
+PKG_OPTIONS.fetchmail?= inet6 ssl
PKG_SUPPORTED_OPTIONS= inet6 kerberos4 ssl
.include "../../mk/bsd.options.mk"
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index c5e29fb941a..5c63ad4c046 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:33 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2004/08/05 03:30:16 jlam Exp $
# Global and legacy options
.if defined(MUTT_USE_SLANG) || defined(MUTT_USE_NCURSES) || \
@@ -18,9 +18,9 @@ PKG_OPTIONS.mutt+= sasl
. endif
. endif
.endif
-PKG_OPTIONS.mutt?= ssl
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
+PKG_OPTIONS.mutt?= ssl
PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl
.include "../../mk/bsd.options.mk"