diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 23:28:28 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 23:28:28 +0800 |
commit | e836ab008ac38916a93472f2840e03e2e8470ef5 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /games/corsix-th | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) | |
download | freebsd-ports-gnome-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz freebsd-ports-gnome-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'games/corsix-th')
-rw-r--r-- | games/corsix-th/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 2ae94afdab72..9d08b4515393 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -13,8 +13,7 @@ LICENSE= MIT LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= cmake compiler:c++11-lang dos2unix pkgconfig -USE_LUA= yes +USES= cmake compiler:c++11-lang dos2unix lua:51 pkgconfig USE_SDL= mixer DOS2UNIX_FILES= CMake/FindFFmpeg.cmake \ CorsixTH/CMakeLists.txt \ |