svn commit: r355391 - head/databases/redis

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 15:36:49 UTC 2014


Author: bapt
Date: Mon May 26 15:36:49 2014
New Revision: 355391
URL: http://svnweb.freebsd.org/changeset/ports/355391
QAT: https://qat.redports.org/buildarchive/r355391/

Log:
  Convert one more port to USES=lua

Modified:
  head/databases/redis/Makefile

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Mon May 26 15:34:31 2014	(r355390)
+++ head/databases/redis/Makefile	Mon May 26 15:36:49 2014	(r355391)
@@ -23,7 +23,7 @@ TESTS_DESC=	Install lang/tcl for redis u
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLUA}
-USE_LUA?=	5.1
+USES+=		lua:51
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-src-Makefile.lua
 CFLAGS+=	-fPIC
 LDFLAGS+=	-Wl,-E


More information about the svn-ports-all mailing list