summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-05 03:30:16 +0000
committerjlam <jlam@pkgsrc.org>2004-08-05 03:30:16 +0000
commit28a27ed54a75e461b419a589c02b4bf54066231e (patch)
tree74cd82d6b77bf7a4666b0055761bc6d2e80e7011 /mail/fetchmail
parentbe01417e13953c0aec5fc77030c79b16060467ea (diff)
downloadpkgsrc-28a27ed54a75e461b419a589c02b4bf54066231e.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/fetchmail')
-rw-r--r--mail/fetchmail/options.mk4
1 files changed, 2 insertions, 2 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"