mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Minor change: Remove a redundant warning and fix a typo.
This commit is contained in:
parent
6e9e12f53c
commit
f3955baaf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92208
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue