pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Fix wrong assignment in USE_OPENLDAP case...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1278db0c24c
branches:  trunk
changeset: 479069:b1278db0c24c
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Aug 04 17:12:46 2004 +0000

description:
Fix wrong assignment in USE_OPENLDAP case, PKG_OPTIONS wants "ldap", not
"openldap".
>From PR pkg/26548 by Douglas Brebner.

diffstat:

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

diffs (18 lines):

diff -r 2d3bc32cbcce -r b1278db0c24c mail/dovecot/options.mk
--- a/mail/dovecot/options.mk   Wed Aug 04 16:21:45 2004 +0000
+++ b/mail/dovecot/options.mk   Wed Aug 04 17:12:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/08/01 07:04:45 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2004/08/04 17:12:46 salo Exp $
 
 # Global and legacy options
 .if defined(DOVECOT_USE_GNUTLS) || defined(DOVECOT_USE_MYSQL) || \
@@ -18,7 +18,7 @@
 PKG_OPTIONS.dovecot+=  inet6
 .    endif
 .    if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
-PKG_OPTIONS.dovecot+=  openldap
+PKG_OPTIONS.dovecot+=  ldap
 .    endif
 .    if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])
 PKG_OPTIONS.dovecot+=  sasl



Home | Main Index | Thread Index | Old Index