diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-04-08 04:15:47 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-04-08 04:15:47 +0000 |
commit | b706d52882edfab5c094f61fb2942fb6cb7137b3 (patch) | |
tree | 0a24670305cdf30fd198e0464ac3cf0ae8c8e809 /games/quake2lnx/Makefile | |
parent | f1ff3aaa3f63803a2627d2d7849c58e37c5f31a9 (diff) | |
download | ports-b706d52882edfab5c094f61fb2942fb6cb7137b3.tar.gz ports-b706d52882edfab5c094f61fb2942fb6cb7137b3.zip |
Notes
Diffstat (limited to 'games/quake2lnx/Makefile')
-rw-r--r-- | games/quake2lnx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index e497149e305d..4b8b55deb8d5 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake2lnx PORTVERSION= 0.16.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games ipv6 MASTER_SITES= http://offload1.icculus.org/quake2/files/ DISTNAME= quake2-r${PORTVERSION} @@ -31,7 +31,7 @@ OPTIONS= X11 "Build X11 software driver" on \ AA "Build ASCII software renderer" off \ CLIENT "Build client executable" on \ SERVER "Build dedicated server executable" on \ - GAME "Build a main game .so file" on \ + GAME "Build a main game .so file" off \ CTF "Build Capture The Flag mod" off \ RETEXTURE "Enable support of retextured graphics" off \ JOYSTICK "Enable joystick support" off \ |