pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/fetchmail Remove definition of CRYPTO. It is no l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6c5860b1f57
branches:  trunk
changeset: 487902:e6c5860b1f57
user:      frueauf <frueauf%pkgsrc.org@localhost>
date:      Fri Jan 21 20:45:09 2005 +0000

description:
Remove definition of CRYPTO. It is no longer needed if
PKG_USE_KERBEROS is defined, noted by Jukka Salmi.

diffstat:

 mail/fetchmail/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ff95057a5e11 -r e6c5860b1f57 mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Fri Jan 21 20:40:41 2005 +0000
+++ b/mail/fetchmail/options.mk Fri Jan 21 20:45:09 2005 +0000
@@ -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 @@
 ### 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)



Home | Main Index | Thread Index | Old Index