summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfrueauf <frueauf>2005-01-21 20:45:09 +0000
committerfrueauf <frueauf>2005-01-21 20:45:09 +0000
commit17b92cd1c253ad21b0d8e05735475359e94e5bcf (patch)
treed6e1c6990b41193e91390075d880ddc298fcf2a3 /mail
parentd8f740b091d0eb21ec1a0772924a6778e71c6819 (diff)
downloadpkgsrc-17b92cd1c253ad21b0d8e05735475359e94e5bcf.tar.gz
Remove definition of CRYPTO. It is no longer needed if
PKG_USE_KERBEROS is defined, noted by Jukka Salmi.
Diffstat (limited to 'mail')
-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)