diff options
author | Tom Hukins <tom@FreeBSD.org> | 2003-10-26 16:01:07 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2003-10-26 16:01:07 +0000 |
commit | f3955baaf1ef842f8a46b573f2e41e836bce652c (patch) | |
tree | e770b117750f1a110d12d5d8742c301652e85774 /games | |
parent | 6e9e12f53c924c4aedd4d689ece952081cc712bb (diff) | |
download | ports-f3955baaf1ef842f8a46b573f2e41e836bce652c.tar.gz ports-f3955baaf1ef842f8a46b573f2e41e836bce652c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/quakeforge/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 4971fae32c0a..d8db2bfd1eae 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -156,10 +156,7 @@ pre-everything:: @${ECHO_MSG} "Define NO_SKINS to stop from installing skins" .endif .if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed" -.endif -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed" + @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to optimize for speed" .endif .if !defined(WITH_SVGALIB) @${ECHO_MSG} "Define WITH_SVGALIB to use svgalib" |