summaryrefslogtreecommitdiff
path: root/games/asc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-14 08:42:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-14 08:42:27 +0000
commit02796d53767915a629b1f3d354017a6560fe9ade (patch)
treedd9dbd4fd82175bd165dd37266caefc65a80a8a4 /games/asc
parentUpdate to 0.14 (diff)
Add missed sdl_mixer dependency.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=47825
Diffstat (limited to 'games/asc')
-rw-r--r--games/asc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile
index 849a066ae5b2..018af922eede 100644
--- a/games/asc/Makefile
+++ b/games/asc/Makefile
@@ -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