diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-22 22:53:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-22 22:53:48 +0000 |
commit | c09595f9898cb4849492924be51b061cc82629db (patch) | |
tree | 2dc0df2fb2a03403f5cfab8856165e17b5c289a4 /games | |
parent | bf1520f9bc807525d544d31fe62c862ff31623f9 (diff) | |
download | ports-c09595f9898cb4849492924be51b061cc82629db.tar.gz ports-c09595f9898cb4849492924be51b061cc82629db.zip |
Notes
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 |