diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
commit | 8fed2698e159437710829d9279105e2d09a5f6a9 (patch) | |
tree | 901fc4f9a048ed3fed08740b96a7cd572bc74c5c /games/excido | |
parent | 532c41471e2b914c47719f42f26ccf73f66e4e25 (diff) | |
download | ports-8fed2698e159437710829d9279105e2d09a5f6a9.tar.gz ports-8fed2698e159437710829d9279105e2d09a5f6a9.zip |
Notes
Diffstat (limited to 'games/excido')
-rw-r--r-- | games/excido/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/excido/Makefile b/games/excido/Makefile index a4f62a156cba..5c800d02a2ff 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -7,7 +7,7 @@ PORTNAME= excido PORTVERSION= 0.1.5c -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/excido/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= A portable fast-paced 3d shooter LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ - physfs-1.0.1:${PORTSDIR}/devel/physfs \ + physfs.1:${PORTSDIR}/devel/physfs \ alut.1:${PORTSDIR}/audio/freealut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |