diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
commit | c558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch) | |
tree | 90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /www/lighttpd | |
parent | Update to 20060503 (diff) |
- Switch lua dependency to lang/lua50
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 4af6b6541b6b..6e990c3e6718 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_CML) -LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua50 CONFIGURE_ARGS+= --with-lua CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L/${LOCALBASE}/lib .endif |