diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /games/tuxpuck/Makefile | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) |
Notes
Diffstat (limited to 'games/tuxpuck/Makefile')
-rw-r--r-- | games/tuxpuck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index fba7dbbe8e07..fc6c4fa5c368 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -8,6 +8,7 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/ @@ -17,7 +18,7 @@ COMMENT= Shufflepuck Cafe Clone LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - vorbis.2:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes |