From dd16934e8bcba9c0c3bc146f3f0e971e10f54f6f Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Fri, 8 Apr 2016 22:42:16 -0700 Subject: [PATCH] Tweak games/corsix-th version 0.50_1 --- games/corsix-th/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index bc0a2b67e58..20e06c6c4db 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -12,9 +12,9 @@ COMMENT= Open source clone of Theme Hospital LICENSE= MIT -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem \ - ${LUA_MODLIBDIR}/lpeg.so:${PORTSDIR}/devel/lua-lpeg +LIB_DEPENDS= libfreetype.so:print/freetype2 +RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \ + ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg USES= cmake compiler:c++11-lang dos2unix iconv lua pkgconfig USE_SDL= mixer2 @@ -34,7 +34,7 @@ MOVIES_DESC= Play in-game movies MOVIES_CMAKE_ON= -DWITH_MOVIES=ON MOVIES_CMAKE_OFF= -DWITH_MOVIES=OFF -MOVIES_LIB_DEPENDS= libswresample.so:${PORTSDIR}/multimedia/ffmpeg +MOVIES_LIB_DEPENDS= libswresample.so:multimedia/ffmpeg post-patch: # Allow the game to find its resources without wrapper scripts -- 2.41.0