aboutsummaryrefslogtreecommitdiff
path: root/editors/xml2rfc-xxe
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-16 23:41:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-16 23:41:54 +0000
commitf879adadfa6cd44f9c08b185e56a955c774826fa (patch)
tree48db3354376298055f937bcb54e96d7ad069c443 /editors/xml2rfc-xxe
parentbd78464f74e0360d2e2874d447d0ec020118464b (diff)
downloadports-f879adadfa6cd44f9c08b185e56a955c774826fa.tar.gz
ports-f879adadfa6cd44f9c08b185e56a955c774826fa.zip
- Fix INDEX
- mark BROKEN (does not compile)
Notes
Notes: svn path=/head/; revision=237960
Diffstat (limited to 'editors/xml2rfc-xxe')
-rw-r--r--editors/xml2rfc-xxe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xml2rfc-xxe/Makefile b/editors/xml2rfc-xxe/Makefile
index 1553175e4931..6904ca08288b 100644
--- a/editors/xml2rfc-xxe/Makefile
+++ b/editors/xml2rfc-xxe/Makefile
@@ -26,6 +26,8 @@ do-install:
@cd ${WRKDIR} && tar cf - xml2rfc | \
tar -C ${PREFIX}/lib/${XXE_DIR}/addon -xf -
-.include "${.CURDIR}/../xxe/Makefile.inc"
+BROKEN= does not compile
+
+#.include "${.CURDIR}/../xxe/Makefile.inc"
.include <bsd.port.mk>