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/tuxpuck | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=196462
Diffstat (limited to 'games/tuxpuck')
-rw-r--r-- | games/tuxpuck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index b3b311ea2148..5ed0b31e6e54 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -8,7 +8,7 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/ @@ -17,7 +17,7 @@ COMMENT= Shufflepuck Cafe Clone LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - vorbis.3:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis USE_SDL= sdl USE_GMAKE= yes |