diff options
author | frueauf <frueauf@pkgsrc.org> | 2005-01-21 20:45:09 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2005-01-21 20:45:09 +0000 |
commit | 37ca0f77c1ee6ce9956d61ef4de918d019a2066d (patch) | |
tree | d6e1c6990b41193e91390075d880ddc298fcf2a3 /mail/fetchmail | |
parent | 8f0f87fa984836f234f263bd017d92974b1ce834 (diff) | |
download | pkgsrc-37ca0f77c1ee6ce9956d61ef4de918d019a2066d.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/fetchmail')
-rw-r--r-- | mail/fetchmail/options.mk | 3 |
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) |