diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /games/adonthell | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | FreeBSD-ports-65c95ed317d5247174995e434fc6898807b43115.zip FreeBSD-ports-65c95ed317d5247174995e434fc6898807b43115.tar.gz |
Catch up with libogg/libvorbis version bump.
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 205b4a6..6d04668 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 |