diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/sdl_mixer/Makefile | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) |
Notes
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r-- | audio/sdl_mixer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index e4a14a266a8a..aa5d2803886e 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A sample multi-channel audio mixer library -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ smpeg.1:${PORTSDIR}/multimedia/smpeg USE_SDL= yes |