aboutsummaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-07 08:06:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-07 08:06:13 +0000
commit26787fb1d6108054c37d3d310aa6506cfe3999fc (patch)
tree22ec28c152699bc205f2ebb6604fe05a77a96199 /graphics/png
parent421c3d766d66c37b3fa4d6018e7fad1cf1063519 (diff)
downloadports-26787fb1d6108054c37d3d310aa6506cfe3999fc.tar.gz
ports-26787fb1d6108054c37d3d310aa6506cfe3999fc.zip
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
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