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/sylpheed-claws | |
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/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index e25dea78a03..def429ec11c 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/05/31 18:22:24 ghen Exp $ .include "Makefile.common" @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --enable-jpilot .if !empty(PKG_OPTIONS:Mldap) CONFIGURE_ARGS+= --enable-ldap -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Minet6) |