diff options
Diffstat (limited to 'mail/sendmail812/options.mk')
-rw-r--r-- | mail/sendmail812/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail812/options.mk b/mail/sendmail812/options.mk index 7d055c759a7..f2aa404b878 100644 --- a/mail/sendmail812/options.mk +++ b/mail/sendmail812/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2006/05/22 07:08:50 rillig Exp $ +# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:24 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail PKG_OPTIONS_OPTIONAL_GROUPS= database @@ -27,7 +27,7 @@ PKG_SUGGESTED_OPTIONS+= db2 ### Use OpenLDAP for remote database access ### .if !empty(PKG_OPTIONS:Mldap) -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" .endif ### |