summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /mail/postfix
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.tar.gz
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index 7cf13272c03..80546fee5da 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2006/04/13 21:45:13 wiz Exp $
+# $NetBSD: options.mk,v 1.22 2006/05/31 18:22:24 ghen Exp $
# Global and legacy options
@@ -46,10 +46,10 @@ CCARGS+= -DNO_PCRE
### Support LDAP directories for table lookups.
###
.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
CCARGS+= -DHAS_LDAP
-AUXLIBS+= -L${BUILDLINK_PREFIX.openldap}/lib \
- ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openldap}/lib \
+AUXLIBS+= -L${BUILDLINK_PREFIX.openldap-client}/lib \
+ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openldap-client}/lib \
-lldap -llber
.endif