summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-01-05 16:34:03 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-01-05 16:34:03 +0000
commit81c9323df7338462d1735d80a077b9566e2ea5be (patch)
tree25e58221bf86ad6b7b4358385389c85a00e17c12 /games
parent- update to 1.0 (diff)
- Forgot a !WITHOUT_GAME -> WITH_GAME.
Notes
Notes: svn path=/head/; revision=181529
Diffstat (limited to 'games')
-rw-r--r--games/qudos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qudos/Makefile b/games/qudos/Makefile
index d8ce2beb6034..44b6d7e27deb 100644
--- a/games/qudos/Makefile
+++ b/games/qudos/Makefile
@@ -200,7 +200,7 @@ do-install:
.for snd in ${Q2SND}
${INSTALL_PROGRAM} ${WRKSRC}/quake2/snd_${snd}.so ${LIBDIR}
.endfor
-.if !defined(WITHOUT_GAME)
+.if defined(WITH_GAME)
${INSTALL_PROGRAM} ${WRKSRC}/quake2/baseq2/game.so ${LIBDIR}/baseq2
.endif
.for mod in ${MOD_LIST:L}