diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/sdl_sound | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip FreeBSD-ports-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index b4b1161..2e2b849 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ DISTNAME= SDL_sound-${PORTVERSION} @@ -62,7 +63,7 @@ CONFIGURE_ARGS+= --disable-midi .endif .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --disable-ogg .endif |