diff options
author | obache <obache> | 2007-01-04 13:22:06 +0000 |
---|---|---|
committer | obache <obache> | 2007-01-04 13:22:06 +0000 |
commit | efa19eabad68564b6f06542feb88e2e1518e6b2a (patch) | |
tree | a6553a1aa0901aa845b043ea8d635cfd09983b44 /www/apache22 | |
parent | 3b4e4d262e47829a7f1a8f2fe57da298c2826e65 (diff) | |
download | pkgsrc-efa19eabad68564b6f06542feb88e2e1518e6b2a.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/Makefile | 4 |
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 |