Date: Thu, 6 Jun 2013 16:02:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320112 - head/games/fairymax Message-ID: <201306061602.r56G264Q006752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jun 6 16:02:06 2013 New Revision: 320112 URL: http://svnweb.freebsd.org/changeset/ports/320112 Log: Fix conversion Reported by: wg Modified: head/games/fairymax/Makefile Modified: head/games/fairymax/Makefile ============================================================================== --- head/games/fairymax/Makefile Thu Jun 6 15:59:25 2013 (r320111) +++ head/games/fairymax/Makefile Thu Jun 6 16:02:06 2013 (r320112) @@ -37,7 +37,7 @@ MAKE_ARGS+= INI_FILE_fmax=${DATADIR}/fma .include <bsd.port.options.mk> -.if ! ${PORT_OPTIONS:MOCFLAGS} +.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS} CFLAGS+= -O2 .else CFLAGS+=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306061602.r56G264Q006752>