diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-13 04:15:02 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-13 04:15:02 +0000 |
commit | 9d94b30ce64efcb4221525b9da682bcf11af9740 (patch) | |
tree | c3903f8b41c43831ffabc244002373ba2b0ca3cf /www/lighttpd | |
parent | - Update to 2.6-20080411 (diff) |
- Describe better MEMCACHE option
Submitted by: Peter van Dijk <peter___nextgear.nl>
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index fd730817e472..8ca22717e76b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -37,7 +37,7 @@ OPTIONS= BZIP2 "Enable Bzip2 support" off \ GDBM "Enable gdbm storage support" off \ IPV6 "Enable IPV6 support" on \ MAGNET "Enable magnet support" off \ - MEMCACHE "Enable memcached storage support" off \ + MEMCACHE "Enable memory caching support" off \ MYSQL "Enable MYSQL support" off \ OPENLDAP "Enable LDAP support" off \ OPENSSL "Enable SSL support" on \ |