aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-09-07 14:48:53 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-09-07 14:48:53 +0000
commit5d3a4b6a709186357c718985bd8274f37803a282 (patch)
tree0617b6ba0324af6dcaebd87030ddd0013b9a6607 /www/lighttpd/Makefile
parent62f6fa544beccb7ac81d39989bb382c6f65497e9 (diff)
downloadports-5d3a4b6a709186357c718985bd8274f37803a282.tar.gz
ports-5d3a4b6a709186357c718985bd8274f37803a282.zip
- Allow change location of pidfile in rc script [1]
- Fix dependency of libmemcache [2] - Add IPv6 support to mod_proxy [3] PR: 123933 [1], 124576 [2], 126527 [3] Submitted by: Marshal Newrock <marshal___freedombi.com> [1], Tilman Linneweh <arved___FreeBSD.org> [3] Notified by: Jean-Dominique Baylac <jdb___venigo.net> [2]
Notes
Notes: svn path=/head/; revision=220136
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r--www/lighttpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index ecb52076392f..affd957b697e 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lighttpd
PORTVERSION= 1.4.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://mirrors.cat.pdx.edu/lighttpd/
@@ -87,6 +87,7 @@ CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua"
.endif
.if defined(WITH_MEMCACHE)
+LIB_DEPENDS+= memcache.4:${PORTSDIR}/databases/libmemcache
CONFIGURE_ARGS+= --with-memcache
.endif