diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-25 09:34:45 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-07-25 09:34:45 +0000 |
commit | 428214143dfd45bd47a803ec9420f46886c780b5 (patch) | |
tree | adb2b1f2d9772aa2d2e577f25b5f6c6a6861a5ce /games | |
parent | ffe525dda3c22f2ec98b132ea99c6f9852f1d212 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/warsow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index f5a906f0c52a..14ea5341f740 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -47,7 +47,7 @@ IGNORE= requires at least one of CLIENT or SERVER options LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg USE_GL= yes USE_SDL= yes -USE_XORG= xxf86dga +USE_XORG= xinerama xxf86dga ALL_TARGET+= cgame ui client WSWBIN+= warsow PLIST_SUB+= CLIENT="" |