aboutsummaryrefslogtreecommitdiffstats
path: root/games/rocksndiamonds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r--games/rocksndiamonds/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 540cca26d6b8..deb28a2b0f8d 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -15,8 +15,7 @@ MAINTAINER= mwest@uct.ac.za
COMMENT= Colorful Boulderdash'n'Emerald Mine'n'Sokoban'n'Stuff
.if defined(WITH_SDL)
-LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+USE_SDL= image mixer sdl
MAKE_ARGS+= sdl
.endif