summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-01-04 13:22:06 +0000
committerobache <obache@pkgsrc.org>2007-01-04 13:22:06 +0000
commit6781484439884928653b1387a27e29e44bfc9423 (patch)
treea6553a1aa0901aa845b043ea8d635cfd09983b44 /www/apache22
parentba6bc78e7a32439198e8da5acf16d43798c396d6 (diff)
downloadpkgsrc-6781484439884928653b1387a27e29e44bfc9423.tar.gz
mod_auth_ldap is now called authnz_ldap, pointed out in PR 35350.
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 35026e4f376..cd8ddca3c20 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/12/09 00:51:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/04 13:22:06 obache Exp $
.include "Makefile.common"
@@ -91,7 +91,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
# LDAP support
.if !empty(PKG_BUILD_OPTIONS.apr:Mldap)
-DFLT_APACHE_MODULES+= ldap auth_ldap
+DFLT_APACHE_MODULES+= ldap authnz_ldap
.endif
# APACHE_MODULES are the modules that are linked statically into the