diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /games/bfm | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
Notes
Diffstat (limited to 'games/bfm')
-rw-r--r-- | games/bfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bfm/Makefile b/games/bfm/Makefile index 3fa2496ebbfb..bcf3c4189b90 100644 --- a/games/bfm/Makefile +++ b/games/bfm/Makefile @@ -7,7 +7,7 @@ PORTNAME= bfm PORTVERSION= 0.0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/battle4mandicor EXTRACT_SUFX= -src.tar.gz @@ -16,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Battle for Mandicor is free RTS fantasy game using Stratagus LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - vorbisfile.4:${PORTSDIR}/audio/libvorbis + vorbisfile.5:${PORTSDIR}/audio/libvorbis USE_GMAKE= yes USE_LUA= 5.0 |