diff options
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 d19dbd3f2a5c..f659363f9731 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -10,11 +10,11 @@ EXTRACT_SUFX= MAINTAINER= eadler@FreeBSD.org COMMENT= Zelda-like 2D game engine -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openal>=0:${PORTSDIR}/audio/py-openal LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ liblua-5.1.so:${PORTSDIR}/lang/lua \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libopenal.so:${PORTSDIR}/audio/openal \ libogg.so:${PORTSDIR}/audio/libogg USE_SDL= sdl ttf image |