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) --- games/asc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'games/asc') diff --git a/games/asc/Makefile b/games/asc/Makefile index f8a64ff0ac08..bc9d41e74d32 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -27,13 +27,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= gmake libtool perl5 pkgconfig tar:bzip2 +USES= gmake libtool lua:51 perl5 pkgconfig tar:bzip2 USE_SDL= image mixer sound sdl USE_WX= 3.0 WX_UNICODE= yes WX_CONF_ARGS= absolute -USE_LUA= 5.1 -LUA_COMPS= lua USE_PERL5= build GNU_CONFIGURE= yes -- cgit