diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-06 22:55:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-06 22:55:25 +0000 |
commit | 6e3fa10382b1512e4a5531b92c9fdde05354ae77 (patch) | |
tree | 4bc3bdb813d72edb9520637bd7ac2b68fea6fb7c /textproc | |
parent | Fix user and group ownership of the installed files when they have been (diff) |
Comment out libxml++: recent PORTCOMMENT patch is breaking index builds
Notes
Notes:
svn path=/head/; revision=69614
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4241ffe0b99f..26ccee8c4d01 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -115,7 +115,7 @@ SUBDIR += latte SUBDIR += libtre SUBDIR += libxml - SUBDIR += libxml++ +# SUBDIR += libxml++ SUBDIR += libxml2 SUBDIR += libxode SUBDIR += libxslt |