diff options
author | acm <acm@FreeBSD.org> | 2006-12-01 04:37:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-01 04:37:26 +0800 |
commit | 2f7c40ef41a252e99fcc6942a026b1b8cd3e255e (patch) | |
tree | 10de8ee0aaf21a211239f40f3ffe644c4d757ea3 /games | |
parent | f93d978c1a76be4f941bd760159e8791f28b016a (diff) | |
download | freebsd-ports-gnome-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.tar.gz freebsd-ports-gnome-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.tar.zst freebsd-ports-gnome-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.zip |
- Respect X11BASE
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 |