aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-08-01 02:16:05 +0800
committeralepulver <alepulver@FreeBSD.org>2006-08-01 02:16:05 +0800
commit18524e4c0a47627cc04803335fd1f6ae5b6f865f (patch)
tree2c55a07e9729651b5bdc26535fbe72185ffdf4a6 /games
parent4b3cc6882f2e36f73cb85718bbed46c3e2ea53fe (diff)
downloadfreebsd-ports-graphics-18524e4c0a47627cc04803335fd1f6ae5b6f865f.tar.gz
freebsd-ports-graphics-18524e4c0a47627cc04803335fd1f6ae5b6f865f.tar.zst
freebsd-ports-graphics-18524e4c0a47627cc04803335fd1f6ae5b6f865f.zip
- Fix wrong check (WITH_GLX -> WITH_CLIENT).
Diffstat (limited to 'games')
-rw-r--r--games/darkplaces/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile
index 62e86eb2cb6..f841dde3d01 100644
--- a/games/darkplaces/Makefile
+++ b/games/darkplaces/Makefile
@@ -68,7 +68,7 @@ EXE_TARGETS+= ${PORTNAME}-sdl
PLIST_FILES+= bin/${PORTNAME}-sdl
.endif
-.if defined(WITH_GLX)
+.if defined(WITH_CLIENT)
pre-everything::
@${ECHO_CMD}
@${ECHO_CMD} "WARNING: currently the sound is broken in the GLX client. The problem has been reported to the developers, who are working on it. For the moment please use the SDL client instead as a workaround." | ${FMT}