diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-07 08:06:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-07 08:06:13 +0000 |
commit | 26787fb1d6108054c37d3d310aa6506cfe3999fc (patch) | |
tree | 22ec28c152699bc205f2ebb6604fe05a77a96199 /graphics | |
parent | 421c3d766d66c37b3fa4d6018e7fad1cf1063519 (diff) | |
download | ports-26787fb1d6108054c37d3d310aa6506cfe3999fc.tar.gz ports-26787fb1d6108054c37d3d310aa6506cfe3999fc.zip |
Correct message wordng.
Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
Notes
Notes:
svn path=/head/; revision=38055
Diffstat (limited to 'graphics')
-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 |