diff options
Diffstat (limited to 'games/excido')
-rw-r--r-- | games/excido/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/excido/Makefile b/games/excido/Makefile index e53bd15fd92d..6be04cfc1bc7 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -7,6 +7,7 @@ PORTNAME= excido PORTVERSION= 0.1.5c +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/excido/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +17,7 @@ COMMENT= A portable fast-paced 3d shooter LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ physfs-1.0.1:${PORTSDIR}/devel/physfs \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |