aboutsummaryrefslogtreecommitdiff
path: root/games/madbomber/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 18:21:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 18:21:02 +0000
commit4ffd9a16abcfccd93a547cb250ab822813495dfb (patch)
tree109399c9447402c35000c93f1a350a133840bd77 /games/madbomber/Makefile
parent54866d4f64f299f64caa6bef1156444c2759dc53 (diff)
downloadports-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.gz
ports-4ffd9a16abcfccd93a547cb250ab822813495dfb.zip
Notes
Diffstat (limited to 'games/madbomber/Makefile')
-rw-r--r--games/madbomber/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile
index a04a618c72a7..f8a3599b1da6 100644
--- a/games/madbomber/Makefile
+++ b/games/madbomber/Makefile
@@ -13,10 +13,7 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!"
-LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image
-
-USE_SDL= yes
+USE_SDL= mixer image sdl
CPPFLAGS= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\"
LDFLAGS= `${SDL_CONFIG} --libs`