diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-13 12:15:02 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-13 12:15:02 +0800 |
commit | 9d94b30ce64efcb4221525b9da682bcf11af9740 (patch) | |
tree | c3903f8b41c43831ffabc244002373ba2b0ca3cf /www/lighttpd | |
parent | ce9f4228f63e2fa9ac042a0b469147ba37d2d721 (diff) | |
download | freebsd-ports-gnome-9d94b30ce64efcb4221525b9da682bcf11af9740.tar.gz freebsd-ports-gnome-9d94b30ce64efcb4221525b9da682bcf11af9740.tar.zst freebsd-ports-gnome-9d94b30ce64efcb4221525b9da682bcf11af9740.zip |
- 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 \ |