From e836ab008ac38916a93472f2840e03e2e8470ef5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin 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) --- math/plplot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/plplot') diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 56604a8719da..6f6fc4db062b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -60,7 +60,7 @@ PLIST_SUB+= GD="@comment " .endif .if ${PORT_OPTIONS:MLUA} -USE_LUA= yes +USES= lua:51 CMAKE_ARGS+= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}" PLIST_SUB+= LUA="" LUA_MODLIBDIR="${LUA_MODLIBDIR:S,${LUA_PREFIX}/,,}" .else -- cgit v1.2.3