diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
commit | 94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch) | |
tree | 237d3a327976b01fb3b1ba117cdb3fbf5c71466e /games/battletanks | |
parent | 033d15101864d3cf997968dd46cfc5226fd903fd (diff) | |
download | ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.tar.gz ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.zip |
Notes
Diffstat (limited to 'games/battletanks')
-rw-r--r-- | games/battletanks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 880e0d4f4f6c..b20b97d8a28b 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -7,6 +7,7 @@ PORTNAME= btanks PORTVERSION= 0.7.5800 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Fast 2D tank arcade game with multiplayer and split-screen modes LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ openal.0:${PORTSDIR}/audio/openal \ expat.6:${PORTSDIR}/textproc/expat2 \ - vorbisfile.5:${PORTSDIR}/audio/libvorbis + vorbisfile.6:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_LDCONFIG= yes |