diff options
-rw-r--r-- | games/vdrift/Makefile | 2 |
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} \ |