diff options
author | sno <sno> | 2009-04-14 18:26:34 +0000 |
---|---|---|
committer | sno <sno> | 2009-04-14 18:26:34 +0000 |
commit | 5958f474145c2d36ab5908ff75ffda735680ae67 (patch) | |
tree | 88655281b309ef86b9f5a1cff53b1a25d2f0f4ba /www/apache22/Makefile | |
parent | 7eda5a9c417a0ced4f24835d9f2b589573fe033b (diff) | |
download | pkgsrc-5958f474145c2d36ab5908ff75ffda735680ae67.tar.gz |
PkgSrc changes:
- add entries for ldap related shared modules to PLIST in case of
apr-util is build with ldap
- PKGREVISION is not bumped, because ldap is no default option for
apr-util so it wont change anything in default-case
Reviewed by tron@
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 61e374ae7a0..2f0a9d2090a 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/04/08 17:03:25 tron Exp $ +# $NetBSD: Makefile,v 1.41 2009/04/14 18:26:34 sno Exp $ DISTNAME= httpd-2.2.11 PKGREVISION= 2 @@ -99,8 +99,10 @@ DFLT_APACHE_MODULES+= cgid dav_lock proxy_ajp proxy_balancer PLIST_SRC+= ${PKGDIR}/PLIST # LDAP support +PLIST_VARS+= ldap .if !empty(PKG_BUILD_OPTIONS.apr-util:Mldap) DFLT_APACHE_MODULES+= ldap authnz_ldap +PLIST.ldap= yes .endif .include "options.mk" |