Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 22:53:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323504 - head/games/nexuiz
Message-ID:  <201307222253.r6MMrmit052825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307222253.r6MMrmit052825>