summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-12 02:18:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-12 02:18:15 +0000
commit6e5c1e71eb9756282a3ab4534932a265f00743e4 (patch)
treea1f777b4807036ca01d7c9ba0c6200cfce7fcf9c /textproc/libxml2
parentUpdate to 0.4 (diff)
Add a warning that pthread support may break certain ports.
Submitted by: ale
Notes
Notes: svn path=/head/; revision=103715
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 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 \