diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
commit | 004ef5b1e538bbbaf9bc75d39769042d329d7eb0 (patch) | |
tree | f61694bb74ca5669399363e311933b9acbb2c702 /games/criticalmass/Makefile | |
parent | e20500a8155748c0a42522a20e52916d8679dc79 (diff) | |
download | ports-004ef5b1e538bbbaf9bc75d39769042d329d7eb0.tar.gz ports-004ef5b1e538bbbaf9bc75d39769042d329d7eb0.zip |
Notes
Diffstat (limited to 'games/criticalmass/Makefile')
-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 |