diff options
author | dsainty <dsainty> | 2010-07-28 07:27:54 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2010-07-28 07:27:54 +0000 |
commit | 276fb7dee43f097465515dec53710a5d9ae316fa (patch) | |
tree | 9de7ca8c3632871ebae6d314b35a383d1819349c /mail | |
parent | aa6d9a216560a919e3fd8a157898b7d024b513f7 (diff) | |
download | pkgsrc-276fb7dee43f097465515dec53710a5d9ae316fa.tar.gz |
Remove a remanent of the krb4 option
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/options.mk b/mail/evolution/options.mk index 4edea9a931f..36649087218 100644 --- a/mail/evolution/options.mk +++ b/mail/evolution/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2010/07/18 04:50:29 dsainty Exp $ +# $NetBSD: options.mk,v 1.3 2010/07/28 07:27:54 dsainty Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.evolution PKG_SUPPORTED_OPTIONS= krb5 ssl @@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mssl) && !empty(PKG_OPTIONS:Mkrb[45]) +.if !empty(PKG_OPTIONS:Mssl) && !empty(PKG_OPTIONS:Mkrb5) # If Kerberos is enabled, the libcrypto library is linked in, which causes # function name conflicts with libsoftokn3 provided by Mozilla NSS. These # cause runtime crashes, so don't allow these options to be specified |