diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 01:05:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-01 01:05:17 +0800 |
commit | 5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69 (patch) | |
tree | b36f7f49a78240b4fa07215df0ad777e2178c8f2 /games/xmoto | |
parent | a54fbc712706bc3087587081ca2b7fd24a08b217 (diff) | |
download | freebsd-ports-graphics-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.tar.gz freebsd-ports-graphics-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.tar.zst freebsd-ports-graphics-5131bd1dcbf0e3f62c1ea366225a0f9abb7a9c69.zip |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 4dd767a74a3..6bcc28f77f3 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -29,6 +29,7 @@ USE_SQLITE= 3 USE_SDL= sdl mixer ttf net USE_GL= gl glu USE_DOS2UNIX= src/*.cpp src/*.h +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -I${LUA_INCDIR} |