diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
commit | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch) | |
tree | eb5a24710157005772778b61e61f4012f9502492 /games | |
parent | 9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff) | |
download | FreeBSD-ports-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip FreeBSD-ports-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz |
Ogg Vorbis 1.0 library major version bumps.
Diffstat (limited to 'games')
-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 2004189..eeae8ec 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -8,6 +8,7 @@ PORTNAME= tuxpuck PORTVERSION= 0.7.116 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/ @@ -15,7 +16,7 @@ MAINTAINER= Jan.Stocker@t-online.de LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ png.5:${PORTSDIR}/graphics/png \ - vorbis.1:${PORTSDIR}/audio/libvorbis + vorbis.2:${PORTSDIR}/audio/libvorbis SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes |