summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authordsainty <dsainty>2010-07-28 07:27:54 +0000
committerdsainty <dsainty>2010-07-28 07:27:54 +0000
commita9b0c808094a4e90d75ac3111888a1930b79a230 (patch)
tree9de7ca8c3632871ebae6d314b35a383d1819349c /mail/evolution
parent7531fb10f160cc843f6e62427ae386a70d4fea0b (diff)
downloadpkgsrc-a9b0c808094a4e90d75ac3111888a1930b79a230.tar.gz
Remove a remanent of the krb4 option
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/options.mk4
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