diff options
Diffstat (limited to 'games/gemrb')
-rw-r--r-- | games/gemrb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 72717b434b4f..a82475fdea43 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -7,15 +7,14 @@ PORTNAME= gemrb PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources MAINTAINER= beyert@cs.ucr.edu COMMENT= GemRB (Game engine made with preRendered Background) -LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ - alut.1:${PORTSDIR}/audio/freealut \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" @@ -24,6 +23,7 @@ CONFIGURE_ARGS= -libdir=${LOCALBASE}/lib \ USE_GMAKE= yes USE_SDL= sdl +USE_OPENAL= al alut USE_LDCONFIG= yes USE_PYTHON= 2.4+ |