diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-08 18:51:34 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-08 18:51:34 +0000 |
commit | 02a34ce656430185139c2ef9ad429fb6ac5302e4 (patch) | |
tree | 35f96dfaa4ac3feadbdefb203e6ad1290ea022fb /games/solarus | |
parent | 988d95f589e9bcb2b793ad6b1f592213dc37bcb3 (diff) | |
download | ports-02a34ce656430185139c2ef9ad429fb6ac5302e4.tar.gz ports-02a34ce656430185139c2ef9ad429fb6ac5302e4.zip |
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 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 |