diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:36:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:36:49 +0000 |
commit | e7c3cd6a2d512787477e0055df6b24588bada955 (patch) | |
tree | c74825754eda96b7cd88588d941c4261af9fd196 /databases | |
parent | c88e15e19ff09f5c7852e9faa70a846fbfa43fec (diff) | |
download | ports-e7c3cd6a2d512787477e0055df6b24588bada955.tar.gz ports-e7c3cd6a2d512787477e0055df6b24588bada955.zip |
Convert one more port to USES=lua
Notes
Notes:
svn path=/head/; revision=355391
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 9be4d6a6869d..7642e49199f3 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -23,7 +23,7 @@ TESTS_DESC= Install lang/tcl for redis unit tests .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 |