aboutsummaryrefslogtreecommitdiff
path: root/graphics/grafx2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
commite836ab008ac38916a93472f2840e03e2e8470ef5 (patch)
tree1485083919fd5b153bf056ea17ac895ea758a8a9 /graphics/grafx2
parent35d8b48dff5490ff5d7232109c287da637b58811 (diff)
downloadports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz
ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip
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)
Notes
Notes: svn path=/head/; revision=355360
Diffstat (limited to 'graphics/grafx2')
-rw-r--r--graphics/grafx2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile
index b6ba738bace3..6f3dfa9a8dfa 100644
--- a/graphics/grafx2/Makefile
+++ b/graphics/grafx2/Makefile
@@ -33,8 +33,7 @@ MAKE_ARGS+= NOTTF=1
.endif
.if ${PORT_OPTIONS:MLUA}
-USES+= pkgconfig
-USE_LUA= 5.1
+USES+= lua:51 pkgconfig
.else
MAKE_ARGS+= NOLUA=1
.endif