summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-05 03:30:16 +0000
committerjlam <jlam>2004-08-05 03:30:16 +0000
commit8f2dfe499564de78d99ed19f6be22d77d83dec8b (patch)
tree74cd82d6b77bf7a4666b0055761bc6d2e80e7011 /mail/mutt-devel
parent384c4957c7e9ad74354b393a574a3a6dce804fbe (diff)
downloadpkgsrc-8f2dfe499564de78d99ed19f6be22d77d83dec8b.tar.gz
Move the setting of default options out of the section that will be deleted
that will be deleted in the future.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/options.mk4
1 files changed, 2 insertions, 2 deletions
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"