diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-13 13:20:51 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-13 13:20:51 +0000 |
commit | c86412d46a9c6c496b0ed86b5eec9cfcf7098253 (patch) | |
tree | 679d48980f2563d71ecfc81883e6c12bb85e70c1 /www/lighttpd | |
parent | e0cde90bd9f722cbf57d93628f17fd575fadcc8e (diff) | |
download | ports-c86412d46a9c6c496b0ed86b5eec9cfcf7098253.tar.gz ports-c86412d46a9c6c496b0ed86b5eec9cfcf7098253.zip |
Notes
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 07af9d70dfbf..94854915d721 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-bzip2 .if defined(WITH_CML) USE_LUA= yes CONFIGURE_ARGS+= --with-lua -CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR}" +CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua" .endif .if defined(WITH_FAM) |