diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-04 15:30:41 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-04 15:30:41 +0000 |
commit | c55e6155ea1507aa68d51d8db62f208ac1a82780 (patch) | |
tree | 2c17814f4155e3469da39cfcc359a7cd65f440a2 /graphics/radius-engine | |
parent | 374f14d525e9e469725b5d7bde43934567952853 (diff) |
Notes
Diffstat (limited to 'graphics/radius-engine')
-rw-r--r-- | graphics/radius-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index 9fdfad17c1bf..a35a1a36c970 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 |