aboutsummaryrefslogtreecommitdiff
path: root/www/elinks
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 /www/elinks
parent35d8b48dff5490ff5d7232109c287da637b58811 (diff)
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 'www/elinks')
-rw-r--r--www/elinks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index ce3e8145fb9b..06b76bfdecac 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-guile
.endif
.if ${PORT_OPTIONS:MLUA}
-USE_LUA= 5.0
+USES= lua:51
CONFIGURE_ARGS+= --with-lua
CPPFLAGS+= -I${LUA_INCDIR}
LDFLAGS+= -L${LUA_LIBDIR}