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 | 7a2efff7e5458219932e9027e9243be1537b62fd (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /mail/sendmail | |
parent | a3add378b99337a7f50f351998a5a888fa124ff4 (diff) | |
download | pkgsrc-7a2efff7e5458219932e9027e9243be1537b62fd.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/sendmail')
-rw-r--r-- | mail/sendmail/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk index c1b4852e676..4513f640dd8 100644 --- a/mail/sendmail/options.mk +++ b/mail/sendmail/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2006/04/13 21:45:14 wiz Exp $ +# $NetBSD: options.mk,v 1.15 2006/05/31 18:22:24 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap @@ -22,7 +22,7 @@ PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap ### Use OpenLDAP for remote database access ### .if !empty(PKG_OPTIONS:Mldap) -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" .endif ### |