pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Fix references to OPENLDAP (where this bl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce4c23204dc2
branches:  trunk
changeset: 534273:ce4c23204dc2
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Oct 15 12:46:09 2007 +0000

description:
Fix references to OPENLDAP (where this bl3 files was originally copied from).

diffstat:

 mail/dovecot/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 77e43f7a0ee4 -r ce4c23204dc2 mail/dovecot/buildlink3.mk
--- a/mail/dovecot/buildlink3.mk        Mon Oct 15 11:59:49 2007 +0000
+++ b/mail/dovecot/buildlink3.mk        Mon Oct 15 12:46:09 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: buildlink3.mk,v 1.1 2007/08/27 10:38:51 ghen Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2007/10/15 12:46:09 ghen Exp $
 
 BUILDLINK_DEPTH:=                      ${BUILDLINK_DEPTH}+
-OPENLDAP_BUILDLINK3_MK:=               ${OPENLDAP_BUILDLINK3_MK}+
+DOVECOT_BUILDLINK3_MK:=                        ${DOVECOT_BUILDLINK3_MK}+
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -13,7 +13,7 @@
 BUILDLINK_PACKAGES+=                   dovecot
 BUILDLINK_ORDER:=                      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dovecot
 
-.if !empty(OPENLDAP_BUILDLINK3_MK:M+)
+.if !empty(DOVECOT_BUILDLINK3_MK:M+)
 BUILDLINK_API_DEPENDS.dovecot+=                dovecot>=1.0.3nb1
 BUILDLINK_PKGSRCDIR.dovecot?=          ../../mail/dovecot
 .endif



Home | Main Index | Thread Index | Old Index