From 7fb46ecc986aa71acce45b3faaf6fe2250014090 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 22 Jul 2013 22:53:48 +0000 Subject: - Fix options --- games/nexuiz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index be40a08c0266..bc90c5899be0 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= MAPPACK="" PLIST_SUB+= MAPPACK="@comment " .endif -.if ${PORT_OPTIONS:MCLIENT} || defined{WITH_SDL_CLIENT} +.if ${PORT_OPTIONS:MCLIENT} || ${PORT_OPTIONS:MSDL_CLIENT} LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug \ png15:${PORTSDIR}/graphics/png \ theora:${PORTSDIR}/multimedia/libtheora -- cgit