summaryrefslogtreecommitdiff
path: root/www/horde3
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/horde3
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/horde3')
-rw-r--r--www/horde3/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde3/options.mk b/www/horde3/options.mk
index 6801655e8f8..785e00df23e 100644
--- a/www/horde3/options.mk
+++ b/www/horde3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/08/29 13:36:06 tv Exp $
+# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:26 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.horde
PKG_SUPPORTED_OPTIONS= ldap pgsql mysql
@@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS= mysql
### Use OpenLDAP for storing user details
###
.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
DEPENDS+= php-ldap>=4.3.3:../../databases/php-ldap
.endif