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/freedroid | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) | |
download | ports-63d96de22f82f902e63a87ea5145bb12c985aad6.tar.gz ports-63d96de22f82f902e63a87ea5145bb12c985aad6.zip |
Catch up with libogg/libvorbis version bump.
Notes
Notes:
svn path=/head/; revision=96270
Diffstat (limited to 'games/freedroid')
-rw-r--r-- | games/freedroid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index 26a3ae7b98f8..dd4a23fccf4d 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -7,7 +7,7 @@ PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freedroid @@ -20,7 +20,7 @@ LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ png:${PORTSDIR}/graphics/png \ SDL_image:${PORTSDIR}/graphics/sdl_image \ SDL_mixer:${PORTSDIR}/audio/sdl_mixer \ - vorbis:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis USE_XLIB= yes USE_SDL= yes |