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/adonthell | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) |
Catch up with libogg/libvorbis version bump.
Notes
Notes:
svn path=/head/; revision=96270
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 205b4a6e0dd0..6d04668a826b 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -7,6 +7,7 @@ PORTNAME= adonthell PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/src @@ -19,7 +20,7 @@ COMMENT= A free role playing game BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - vorbis.2:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis USE_PYTHON= yes USE_GMAKE= yes |