summaryrefslogtreecommitdiff
path: root/www/lighttpd
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
commit7a2efff7e5458219932e9027e9243be1537b62fd (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /www/lighttpd
parenta3add378b99337a7f50f351998a5a888fa124ff4 (diff)
downloadpkgsrc-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 'www/lighttpd')
-rw-r--r--www/lighttpd/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index 66f4011b0dc..8661d539eed 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/12/05 23:55:23 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2006/05/31 18:22:26 ghen Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.lighttpd
PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-ipv6
### Allow using LDAP for "basic" authentication.
###
.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
CONFIGURE_ARGS+= --with-ldap
.endif