diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/lugaru | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) | |
download | ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.gz ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.zip |
Notes
Diffstat (limited to 'games/lugaru')
-rw-r--r-- | games/lugaru/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/lugaru/Makefile b/games/lugaru/Makefile index 758d5a5cec4e..8108eb62c1b8 100644 --- a/games/lugaru/Makefile +++ b/games/lugaru/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libogg.so:${PORTSDIR}/audio/libogg USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake openal:soft pkgconfig USE_GL= glu -USE_OPENAL= soft USE_SDL= sdl USE_XORG= sm USE_GCC= yes |