summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-27 18:00:17 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-27 18:00:17 +0000
commit4015c36b5fe7593f552dc09fb893657585f48211 (patch)
treec6a31b78303cfeb919d1a6c2fa8f899e28ca2f82 /games
parent- Fix building with GCC 4.x. (diff)
- Add gfx to USE_SDL. Now it compiles without problems
Reported by: kris
Notes
Notes: svn path=/head/; revision=188571
Diffstat (limited to 'games')
-rw-r--r--games/vdrift/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile
index be8e43c88b6c..fce0f252b7c1 100644
--- a/games/vdrift/Makefile
+++ b/games/vdrift/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/g
USE_BZIP2= yes
USE_GL= yes
-USE_SDL= sdl image net
+USE_SDL= sdl image net gfx
MAKE_ENV= CC="${CC}" CXX="${CXX}"
SCONS_ARGS= prefix=${PREFIX} \