diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-06 16:02:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-06 16:02:06 +0000 |
commit | 2ba2995f5b933faa0c16bdd10db0cab7f79101fd (patch) | |
tree | 43db0c5ef2e9b9b0e0832f8427c8cfc69d608a15 /games/fairymax | |
parent | a150682ec8f74bc581e39445ee04c2bd40195b38 (diff) |
Notes
Diffstat (limited to 'games/fairymax')
-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+= |