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/gemrb | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=337464
Diffstat (limited to 'games/gemrb')
-rw-r--r-- | games/gemrb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index d673922eae10..e072c1e8dbec 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -15,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= cmake +USES= cmake openal:al,alut USE_SDL= sdl mixer ttf -USE_OPENAL= al alut USE_LDCONFIG= yes USE_PYTHON= 2.6+ CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include |