Add missed sdl_mixer dependency.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2001-09-14 08:42:27 +00:00
parent 4add2be2d5
commit 02796d5376
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47825

View File

@ -17,7 +17,8 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
SDLmm.8:${PORTSDIR}/devel/sdlmm
SDLmm.8:${PORTSDIR}/devel/sdlmm \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif