From a8fef8ab95de114777be3817552662b2c570f393 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 6 Jun 2013 16:02:06 +0000 Subject: Fix conversion Reported by: wg --- games/fairymax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/fairymax/Makefile b/games/fairymax/Makefile index d8a8534c06a5..d2e1c597ed54 100644 --- a/games/fairymax/Makefile +++ b/games/fairymax/Makefile @@ -37,7 +37,7 @@ MAKE_ARGS+= INI_FILE_fmax=${DATADIR}/fmax.ini \ .include -.if ! ${PORT_OPTIONS:MOCFLAGS} +.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS} CFLAGS+= -O2 .else CFLAGS+= -- cgit