diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-08 16:35:31 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-08 16:35:31 +0000 |
commit | 0578f91ad777670f51d5f4bd9c9328f3375327f8 (patch) | |
tree | 0a98df6e0de7ce7c621b17f2e4bc54aaaa31af66 /www/apache22 | |
parent | - Use OPTIONSng (diff) |
- add a note about devel/apr1 and apache22 updates
- adjust DBD IGNORE message
Notes
Notes:
svn path=/head/; revision=303916
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile.modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules index bf372b93f3a8..6656749f7125 100644 --- a/www/apache22/Makefile.modules +++ b/www/apache22/Makefile.modules @@ -43,7 +43,7 @@ IGNORE= LDAP and AUTHNZ_LDAP requires APR-util to have LDAP support built in.\ . if ${PORT_OPTIONS:MDBD} || ${PORT_OPTIONS:MAUTHN_DBD} . if !exists(${APU_DBD_MYSQL}) && !exists(${APU_DBD_PGSQL}) && !exists(${APU_DBD_SQLITE3}) IGNORE= AUTHN_DBD and DBD requires APR-util to have DBD support build in.\ - Please rebuild APR at last with one DBD backend + Please rebuild APR at last with one DBD backend (MYSQL, PGSQL or SQLITE) . endif . endif .endif # exists APU_CONFIG |