summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
commit825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch)
treed9103fc4562aafbd4e509df49bb6cc0f349d580e /textproc/xalan-c
parenta88b7537397a5fa8351918ce10c99d7727a67b4f (diff)
downloadfreebsd-ports-825afd6dc34482bcb3f9af88e094cb75268c21d1.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index a40f879810af..97a66484904a 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -98,6 +98,10 @@ STRIP=
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if defined(ARCH) && \
(${ARCH} == "alpha" || ${ARCH} == "sparc64" || \
${ARCH} == "amd64" || ${ARCH} == "ia64")