diff options
author | ceri <ceri@FreeBSD.org> | 2003-10-22 03:19:28 +0800 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-10-22 03:19:28 +0800 |
commit | 5cc5101be2ab79f51a1bc47adc5353232bd3f03e (patch) | |
tree | 3e96652fd0b4a2f2837d6ed270aa7a1ffe96bb4a /textproc/libxml2 | |
parent | 210cb857177c62997ed4d941f7a8972929f56074 (diff) | |
download | freebsd-ports-gnome-5cc5101be2ab79f51a1bc47adc5353232bd3f03e.tar.gz freebsd-ports-gnome-5cc5101be2ab79f51a1bc47adc5353232bd3f03e.tar.zst freebsd-ports-gnome-5cc5101be2ab79f51a1bc47adc5353232bd3f03e.zip |
Correct some documentation that stated that WITHOUT_SCHEMA turned on schema
support.
Reviewed by: marcus
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
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!)" |