diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-07 00:02:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-07 00:02:06 +0800 |
commit | a8fef8ab95de114777be3817552662b2c570f393 (patch) | |
tree | 43db0c5ef2e9b9b0e0832f8427c8cfc69d608a15 /games | |
parent | f7ca1ab0dc59d2c9844430bf67fb99caab4a16ae (diff) | |
download | freebsd-ports-gnome-a8fef8ab95de114777be3817552662b2c570f393.tar.gz freebsd-ports-gnome-a8fef8ab95de114777be3817552662b2c570f393.tar.zst freebsd-ports-gnome-a8fef8ab95de114777be3817552662b2c570f393.zip |
Fix conversion
Reported by: wg
Diffstat (limited to 'games')
-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+= |