summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-09 00:53:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-09 00:53:09 +0000
commitb95103c143fcd823ef6d47cf5be326ba1bb61944 (patch)
tree0e14ab537df84f32f60a9774e12435716fb1cb05 /games
parentThe configure test to see if we have a prototype for strncasecmp() is (diff)
Add missing LIB_DEPENDS on sdl_mixer
Notes
Notes: svn path=/head/; revision=65867
Diffstat (limited to 'games')
-rw-r--r--games/powerpak/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile
index a35284c70058..5bab26ced2e2 100644
--- a/games/powerpak/Makefile
+++ b/games/powerpak/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- smpeg.1:${PORTSDIR}/graphics/smpeg
+ smpeg.1:${PORTSDIR}/graphics/smpeg \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config