diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-26 17:31:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-26 17:31:43 +0000 |
commit | 125764e022797bc1e8eaeccd7f561c0266ef7d65 (patch) | |
tree | ed90bb3bda9dac9b9fcb45cd4f5099d253c83890 /games/solarus | |
parent | ff33874530347dd4e445f19e35b8208ca470a23b (diff) |
Notes
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |