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/evolution-exchange | |
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/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 5ea6a8b371d..7ec3d618a03 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/31 18:22:24 ghen Exp $ # DISTNAME= evolution-exchange-2.6.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/evolution-exchange -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |