summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
commit8cd27aeab31370ee610906a9c8c9f142beb264e8 (patch)
tree03e0ffa373b5c51b3c3b714d6fac916bd7bb41a2 /textproc
parentBROKEN on 5.1: bad C++ (diff)
BROKEN on 5.1: installation fails
Notes
Notes: svn path=/head/; revision=81218
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ltxml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile
index af5cfbfa2d62..91e8affe87b5 100644
--- a/textproc/ltxml/Makefile
+++ b/textproc/ltxml/Makefile
@@ -14,6 +14,12 @@ MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
MAINTAINER= ports@FreeBSD.org
COMMENT= XML Toolkit
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Installation fails"
+.endif
+
CONFIGURE_WRKSRC= ${WRKSRC}/XML
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
@@ -48,4 +54,4 @@ MAN1= ltxml.1 xmlnorm.1 pesis.1 sgcount.1 sggrep.1 \
MAN5= ltxml-query.5
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>