summaryrefslogtreecommitdiff
path: root/www/sope
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
committerghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
commit2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /www/sope
parent954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff)
downloadpkgsrc-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 'www/sope')
-rw-r--r--www/sope/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sope/Makefile b/www/sope/Makefile
index de4cfb11718..04dbb1929a2 100644
--- a/www/sope/Makefile
+++ b/www/sope/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/05/28 00:26:27 rh Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/31 18:22:26 ghen Exp $
#
DISTNAME= sope-4.5.4-nevermind-r878
PKGNAME= sope-4.5.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www gnustep
MASTER_SITES= ftp://ftp.opengroupware.org/nightly/sources/releases/ \
http://download.opengroupware.org/nightly/sources/releases/
@@ -45,7 +45,7 @@ post-configure:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libFoundation/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"