diff options
-rw-r--r-- | games/fairymax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk> -.if ! ${PORT_OPTIONS:MOCFLAGS} +.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS} CFLAGS+= -O2 .else CFLAGS+= |