From 3ff0daaad3c5420e109f9b4e08bea41da89781fa Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 8 Sep 2003 06:00:51 +0000 Subject: [PATCH] Update port: games/madbomber - Fix MASTER_SITES - Utilize USE_SDL PR: ports/56527 Submitted by: KATO Tsuguru --- games/madbomber/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile index 207f75dc58cd..a04a618c72a7 100644 --- a/games/madbomber/Makefile +++ b/games/madbomber/Makefile @@ -8,7 +8,7 @@ PORTNAME= madbomber PORTVERSION= 0.2.5 CATEGORIES= games -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/ +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!" @@ -16,7 +16,7 @@ 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 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= yes CPPFLAGS= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\" LDFLAGS= `${SDL_CONFIG} --libs`