1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Correct message wordng.

Prompted by:	Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
This commit is contained in:
Maxim Sobolev 2001-02-07 08:06:13 +00:00
parent 421c3d766d
commit 26787fb1d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38055

View File

@ -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