summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfrueauf <frueauf>2005-05-24 19:01:34 +0000
committerfrueauf <frueauf>2005-05-24 19:01:34 +0000
commit72ac8017d60e90d63f890ae5f444d45a6a130cd4 (patch)
treea12bdfc6eb5862e711cbe67614e4a730cc5cb3de /mail
parentbedf62660ba3436bf26df8657dc2f61ede0dd272 (diff)
downloadpkgsrc-72ac8017d60e90d63f890ae5f444d45a6a130cd4.tar.gz
transform PKG_DEFAULT_OPTIONS+= to PKG_SUGGESTED_OPTIONS. Suggested by
Jukka Salmi.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/options.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk
index 7fa4f98a6e5..d12f3b02ed7 100644
--- a/mail/fetchmail/options.mk
+++ b/mail/fetchmail/options.mk
@@ -1,11 +1,9 @@
-# $NetBSD: options.mk,v 1.8 2005/01/21 20:45:09 frueauf Exp $
+# $NetBSD: options.mk,v 1.9 2005/05/24 19:01:34 frueauf Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl
-.if !defined(PKG_OPTIONS.fetchmail)
-PKG_DEFAULT_OPTIONS+= ssl
-.endif
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"