diff options
-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 31e27b93814f..4e991f7efc91 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 MAN3= libxml.3 -OPTIONS= THREADS "Enable pthread support" off \ +OPTIONS= THREADS "Enable pthread support (MAY BREAK OTHER PORTS!)" off \ SCHEMA "Enable XML schema support" on \ MEM_DEBUG "Enable memory debugging (DEVELOPERS ONLY!)" off \ XMLLINT_HIST "Enable history for xmllint" off \ |