diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
commit | 92ab00cc9f1151a1f770c26d476d5ddde485dccc (patch) | |
tree | 5c4d0d39366d62d7bb4f860b9a73d1de0d5eabba /games/lander | |
parent | f708db498a4239f8c535ce57c24bb03504934762 (diff) |
Notes
Diffstat (limited to 'games/lander')
-rw-r--r-- | games/lander/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/lander/Makefile b/games/lander/Makefile index b77fac6fe5cc..1ad22d386053 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_SDL= sdl image mixer USE_GL= gl glu +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" |