diff options
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 0b8c5b2015e7..931b9d2da39d 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -41,8 +41,8 @@ post-extract: # .if !defined(WITHOUT_PNG_MMX) && (${ARCH} == "i386") @${ECHO_MSG} - @${ECHO_MSG} " If you don't have a CPU with MMX instruction set (Pentium/P55C and higher) you" - @${ECHO_MSG} " can add \"WITH_PNG_MMX=YES\" to /etc/make.conf to build libpng without" + @${ECHO_MSG} " If you have a CPU without MMX instruction set (anything below Pentium/P55C) you" + @${ECHO_MSG} " can add \"WITHOUT_PNG_MMX=YES\" to /etc/make.conf to build libpng without" @${ECHO_MSG} " MMX-optimized assembler routines." @${ECHO_MSG} .endif |