diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /games/excido | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) | |
download | ports-14ac881764759575af0262836b114bc66a99657e.tar.gz ports-14ac881764759575af0262836b114bc66a99657e.zip |
Notes
Diffstat (limited to 'games/excido')
-rw-r--r-- | games/excido/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/excido/Makefile b/games/excido/Makefile index 016fff02e478..827ab811317e 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -7,7 +7,7 @@ PORTNAME= excido PORTVERSION= 0.1.5c -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/excido/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,15 +15,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= alepulver@FreeBSD.org COMMENT= A portable fast-paced 3d shooter -LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ - physfs.1:${PORTSDIR}/devel/physfs \ - alut.1:${PORTSDIR}/audio/freealut +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes +USE_OPENAL= al alut USE_SDL= image sdl ttf post-install: |