diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index af4888cf71b9..a9e07cf70eeb 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -19,10 +19,10 @@ COMMENT= An SDL/OpenGL space shoot\'em up game CONFLICTS= shaaft-[0-9]* -USE_X_PREFIX= yes USE_BZIP2= yes USE_SDL= image mixer sdl USE_GL= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-optimize |