summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorfrueauf <frueauf>2005-05-24 19:01:34 +0000
committerfrueauf <frueauf>2005-05-24 19:01:34 +0000
commit339e182a2c2d5576ea6ee8802736f1296e92b438 (patch)
treea12bdfc6eb5862e711cbe67614e4a730cc5cb3de /mail/fetchmail
parent4b190651983f5486a07465477427f42db7e2932a (diff)
downloadpkgsrc-339e182a2c2d5576ea6ee8802736f1296e92b438.tar.gz
transform PKG_DEFAULT_OPTIONS+= to PKG_SUGGESTED_OPTIONS. Suggested by
Jukka Salmi.
Diffstat (limited to 'mail/fetchmail')
-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"