Date: Tue, 27 May 2014 15:59:12 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355536 - head/www/lighttpd Message-ID: <201405271559.s4RFxCLU081032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271559.s4RFxCLU081032>