svn commit: r355579 - head/www/elinks
Baptiste Daroussin
bapt at FreeBSD.org
Tue May 27 22:09:22 UTC 2014
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}
More information about the svn-ports-all
mailing list