From e6b8ed87b5e99e0ddfa7f575594f03f1992cf201 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 26 May 2014 15:28:28 +0000 Subject: Replace lang/lua with the new lang/lua51 lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) --- databases/redis-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/redis-devel') diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 712d2000a3e3..a0e894293a6c 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -30,7 +30,7 @@ NO_STAGE= yes .include .if ${PORT_OPTIONS:MLUA} -USE_LUA?= 5.1 +USES+= lua:51 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.lua CFLAGS+= -fPIC LDFLAGS+= -Wl,-E -- cgit