aboutsummaryrefslogtreecommitdiff
path: root/mail/mailfront
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 /mail/mailfront
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 'mail/mailfront')
-rw-r--r--mail/mailfront/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile
index 1657c7329966..1d3dceba4c19 100644
--- a/mail/mailfront/Makefile
+++ b/mail/mailfront/Makefile
@@ -37,7 +37,7 @@ DOCS= NEWS README TODO *.html
.if ${PORT_OPTIONS:MLUA}
ALL_TARGET+= lua
-USE_LUA= yes
+USES= lua
CFLAGS+= -I${LUA_INCDIR}
CFLAGS_SO+= -L${LUA_LIBDIR}
LDFLAGS+= -L${LUA_LIBDIR}