diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
commit | 2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /mail/dovecot/options.mk | |
parent | 954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff) | |
download | pkgsrc-2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc.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/dovecot/options.mk')
-rw-r--r-- | mail/dovecot/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk index bc2bc8f624b..2e604061a6f 100644 --- a/mail/dovecot/options.mk +++ b/mail/dovecot/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2006/02/12 19:13:49 markd Exp $ +# $NetBSD: options.mk,v 1.16 2006/05/31 18:22:23 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot PKG_SUPPORTED_OPTIONS= gssapi inet6 kqueue ldap mysql pam pgsql sasl sqlite @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-ipv6 ### .if !empty(PKG_OPTIONS:Mldap) CONFIGURE_ARGS+= --with-ldap -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" .endif ### |