summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:33:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:33:09 +0000
commit7bed357cb67441890755d6063bfa26173700fb87 (patch)
tree13bb0f638c11559a83973d7bb465b2abe7ba19f6 /devel
parentBROKEN on !i386: Does not compile (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=121934
Diffstat (limited to 'devel')
-rw-r--r--devel/zthread/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile
index a3bd0ec67b70..c59790fc9a38 100644
--- a/devel/zthread/Makefile
+++ b/devel/zthread/Makefile
@@ -30,6 +30,10 @@ PORTDOCS= *
BROKEN= "Does not compile on ${ARCH}; mixes pointers and ints"
.endif
+.if ${OSVERSION} >= 503000
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif