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) --- net-im/prosody/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net-im/prosody') diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 24d731ae55b2..08e1f9cb6de9 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -25,9 +25,7 @@ GROUPS= ${USERS} USE_RC_SUBR= prosody MANCOMPRESSED= no -USES= gmake shebangfix -USE_LUA= 5.1 -WANT_LUA_VER= 5.1 +USES= gmake lua:51 shebangfix SHEBANG_LANG= lua SHEBANG_FILES= prosody prosodyctl lua_OLD_CMD= ${SETENV} lua -- cgit