aboutsummaryrefslogtreecommitdiff
path: root/games/race
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/race
parent54866d4f64f299f64caa6bef1156444c2759dc53 (diff)
downloadports-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.gz
ports-4ffd9a16abcfccd93a547cb250ab822813495dfb.zip
Notes
Diffstat (limited to 'games/race')
-rw-r--r--games/race/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/race/Makefile b/games/race/Makefile
index 6e44b81f4af8..52f7b112bdc6 100644
--- a/games/race/Makefile
+++ b/games/race/Makefile
@@ -14,13 +14,10 @@ MASTER_SITES= ftp://users.freebsd.org.uk/pub/foobar2k/
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL Racing Game
-LIB_DEPENDS= SDL_mixer:${PORTSDIR}/audio/sdl_mixer \
- SDL_image:${PORTSDIR}/graphics/sdl_image
-
+USE_SDL= mixer image sdl
USE_BZIP2= yes
USE_REINPLACE= yes
USE_MESA= yes
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
CFLAGS+= "-I${X11BASE}/include"
MAKE_ENV= CC="${CC} ${CFLAGS}" LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}"