summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fetchmail/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk
index 7386cda30c7..7fa4f98a6e5 100644
--- a/mail/fetchmail/options.mk
+++ b/mail/fetchmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/01/21 15:46:39 frueauf Exp $
+# $NetBSD: options.mk,v 1.8 2005/01/21 20:45:09 frueauf Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl
@@ -30,7 +30,6 @@ CONFIGURE_ARGS+= --with-gssapi=no
### KPOP (POP3 + Kerberos IV) support.
###
.if !empty(PKG_OPTIONS:Mkerberos4)
-CRYPTO+= uses Kerberos encryption code
PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --with-kerberos=yes
. if empty(MACHINE_PLATFORM:MNetBSD-1.[0-4]*-i386)