Date: Tue, 27 May 2014 22:09:21 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355579 - head/www/elinks Message-ID: <201405272209.s4RM9LJQ053374@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 27 22:09:21 2014 New Revision: 355579 URL: http://svnweb.freebsd.org/changeset/ports/355579 QAT: https://qat.redports.org/buildarchive/r355579/ Log: Do not overwrite USES Modified: head/www/elinks/Makefile Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Tue May 27 21:54:49 2014 (r355578) +++ head/www/elinks/Makefile Tue May 27 22:09:21 2014 (r355579) @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-guile .endif .if ${PORT_OPTIONS:MLUA} -USES= lua:51 +USES+= lua:51 CONFIGURE_ARGS+= --with-lua CPPFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405272209.s4RM9LJQ053374>