summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2003-10-21 19:19:28 +0000
committerCeri Davies <ceri@FreeBSD.org>2003-10-21 19:19:28 +0000
commit29d28959d07e2bb0f5a88aa5462a1aea11934684 (patch)
treecd12710a276c73874be815c7ba8ed16371840764 /textproc/libxml2
parentUse ${MASTER_SITE_DEBIAN} instead of ${MASTER_SITE_GNU} for MASTER_SITES (diff)
Correct some documentation that stated that WITHOUT_SCHEMA turned on schema
support. Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=91836
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index a8cc0c97e804..302fa0f6a53a 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -69,7 +69,7 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support"
@${ECHO_MSG} " WITH_THREADS=yes Turns on pthread support"
- @${ECHO_MSG} " WITHOUT_SCHEMA=yes Turns on XML Schema support"
+ @${ECHO_MSG} " WITHOUT_SCHEMA=yes Turns off XML Schema support"
@${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging (DEVELOPERS ONLY!)"
@${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint"
@${ECHO_MSG} " WITH_THREAD_ALLOC=yes Turns on per-thread memory (DEVELOPERS ONLY!)"