diff --git a/games/avoision/Makefile b/games/avoision/Makefile index 15bff1eea9f1..33431d50b7bc 100644 --- a/games/avoision/Makefile +++ b/games/avoision/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile index 6150de754c17..00c0c1de1a53 100644 --- a/games/cretan-hubris/Makefile +++ b/games/cretan-hubris/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/games/fbg2/Makefile b/games/fbg2/Makefile index 33763305b57c..d2c290b0ac85 100644 --- a/games/fbg2/Makefile +++ b/games/fbg2/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/games/solarus/Makefile b/games/solarus/Makefile index dc765c44b487..9324709988d2 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -11,7 +11,7 @@ COMMENT= Zelda-like 2D game engine LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ - liblua-5.1.so:${PORTSDIR}/lang/lua \ + liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile index 2b1cfeb90916..3004c363c6ba 100644 --- a/games/thegrind/Makefile +++ b/games/thegrind/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple game about escaping from work LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index aa7c264715e4..9bebc34ae5e7 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -12,7 +12,7 @@ COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL LICENSE= MIT -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile index 776b2bbb49bc..267dd3bc505b 100644 --- a/lang/fpc-lua/Makefile +++ b/lang/fpc-lua/Makefile @@ -18,6 +18,6 @@ OPTIONS_DEFINE= LUA LUA_DESC= Install lua library OPTIONS_DEFAULT= LUA -LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua +LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 .include "${MASTERDIR}/Makefile"