diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /games/criticalmass | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | ports-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz ports-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
Notes
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 885d69b23c99..a00c58a53ee2 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -7,7 +7,7 @@ PORTNAME= criticalmass PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,7 +22,7 @@ CONFLICTS= shaaft-[0-9]* USE_BZIP2= yes USE_SDL= image mixer sdl USE_GL= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-optimize |