summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-05-21 19:19:33 +0000
committerkim <kim@pkgsrc.org>2000-05-21 19:19:33 +0000
commit8aa326d0b29475054073344bdbf56a414b3c6080 (patch)
tree0aa8fea95a7978d2d40747b9d0b759ea260e38ee /mk
parent40d7c11f77f39ba67c1b4506b5b035f05c253e4e (diff)
downloadpkgsrc-8aa326d0b29475054073344bdbf56a414b3c6080.tar.gz
Fetchmail did not compile on i386 1.4Y with crypto-us. Made SSL optional.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 9d13ab7be92..6f3be184a30 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.140 2000/05/20 19:44:15 jlam Exp $
+# $NetBSD: mk.conf.example,v 1.141 2000/05/21 19:19:33 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -295,6 +295,11 @@
# Possible: yes, no, not defined, athena, lucid, motif
# Default: not defined
+#FETCHMAIL_USE_SSL= YES
+# Enable SSL in fetchmail (for pop and imap connections)
+# Possible: YES, NO
+# Default: YES
+
#IRRD_USE_PGP=
# Used by irrd package to specify the version of PGP to use, if any.
# Possible: 5, 2, not defined