summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2010-07-28 07:27:54 +0000
committerdsainty <dsainty@pkgsrc.org>2010-07-28 07:27:54 +0000
commitb2c12f2a8b8e07b945e3a424170e0ba0e1f75d6f (patch)
tree9de7ca8c3632871ebae6d314b35a383d1819349c /mail/evolution
parent539e6c898d68ebcdb2362868bb682d19bf844074 (diff)
downloadpkgsrc-b2c12f2a8b8e07b945e3a424170e0ba0e1f75d6f.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