diff options
author | acm <acm@FreeBSD.org> | 2007-03-28 02:00:17 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-03-28 02:00:17 +0800 |
commit | cf2bba19dc7414c626c289926c49a8d64635a600 (patch) | |
tree | cdcacda67f503d5cfdeb61bc3424cb87bfec02ef | |
parent | aee2f2718de8ff96c9513c8af04936b5f2ed1bd5 (diff) | |
download | freebsd-ports-gnome-cf2bba19dc7414c626c289926c49a8d64635a600.tar.gz freebsd-ports-gnome-cf2bba19dc7414c626c289926c49a8d64635a600.tar.zst freebsd-ports-gnome-cf2bba19dc7414c626c289926c49a8d64635a600.zip |
- Add gfx to USE_SDL. Now it compiles without problems
Reported by: kris
-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} \ |