summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-14 08:42:27 +0000
committersobomax <sobomax@FreeBSD.org>2001-09-14 08:42:27 +0000
commita5064b740d79d0c3a74ed894239662dde6259702 (patch)
treec90941eba7034ffba322663b66bbca2e37506a41
parentc87ee1f6661d12f708077e7418cd3d8064a6f170 (diff)
downloadFreeBSD-ports-a5064b740d79d0c3a74ed894239662dde6259702.zip
FreeBSD-ports-a5064b740d79d0c3a74ed894239662dde6259702.tar.gz
Add missed sdl_mixer dependency.
Submitted by: bento
-rw-r--r--games/asc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile
index 849a066..018af92 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
OpenPOWER on IntegriCloud