aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-20 01:02:24 +0800
committermarcus <marcus@FreeBSD.org>2003-05-20 01:02:24 +0800
commit840c155ffc4b056d16e9943d3db163d4b6122225 (patch)
tree698a9c3c62ce846eff6df7ee39497cd786d59393
parent7ae12555a3b9c08c69f4174ca54ac03fcedaaf28 (diff)
downloadfreebsd-ports-gnome-840c155ffc4b056d16e9943d3db163d4b6122225.tar.gz
freebsd-ports-gnome-840c155ffc4b056d16e9943d3db163d4b6122225.tar.zst
freebsd-ports-gnome-840c155ffc4b056d16e9943d3db163d4b6122225.zip
Fix the pre-everything message to reflect the correct macros.
Reported by: Edward Glowacki <glowack2@msu.edu>
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 482efbd2ae0d..28e02a8d5c38 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -70,7 +70,7 @@ pre-everything::
@${ECHO_MSG} "libxml2 has the following tunables:"
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support"
- @${ECHO_MSG} " WITHOUT_THREADS=yes Turns off pthread support"
+ @${ECHO_MSG} " WITH_THREADS=yes Turns on pthread support"
@${ECHO_MSG} " WITH_SCHEMA=yes Turns on XML Schema support"
@${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging"
@${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint"