svn commit: r323504 - head/games/nexuiz

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 22 22:53:48 UTC 2013


Author: amdmi3
Date: Mon Jul 22 22:53:48 2013
New Revision: 323504
URL: http://svnweb.freebsd.org/changeset/ports/323504

Log:
  - Fix options

Modified:
  head/games/nexuiz/Makefile

Modified: head/games/nexuiz/Makefile
==============================================================================
--- head/games/nexuiz/Makefile	Mon Jul 22 22:50:30 2013	(r323503)
+++ head/games/nexuiz/Makefile	Mon Jul 22 22:53:48 2013	(r323504)
@@ -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


More information about the svn-ports-all mailing list