diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |