svn commit: r355536 - head/www/lighttpd

Jimmy Olgeni olgeni at FreeBSD.org
Tue May 27 15:59:12 UTC 2014


Author: olgeni
Date: Tue May 27 15:59:11 2014
New Revision: 355536
URL: http://svnweb.freebsd.org/changeset/ports/355536
QAT: https://qat.redports.org/buildarchive/r355536/

Log:
  Do not rewrite USES when setting lua:51 (r355360).

Modified:
  head/www/lighttpd/Makefile

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Tue May 27 15:40:43 2014	(r355535)
+++ head/www/lighttpd/Makefile	Tue May 27 15:59:11 2014	(r355536)
@@ -113,7 +113,7 @@ LIB_DEPENDS+=		libev.so:${PORTSDIR}/deve
 .endif
 
 .if ${PORT_OPTIONS:MLUA}
-USES=		lua:51
+USES+=			lua:51
 CONFIGURE_ARGS+=	--with-lua
 CONFIGURE_ENV+=		LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}"
 .endif


More information about the svn-ports-all mailing list