summaryrefslogtreecommitdiff
path: root/misc/globus2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-06-11 23:42:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-06-11 23:42:09 +0000
commit9ced61db1e8ab3e086bf86f7a3799780440b1a10 (patch)
tree0379639a72bd0d32bdc0bb844d5a1acd572084bd /misc/globus2
parentBROKEN: Does not compile on 4.x/Incomplete pkg-plist on 5.x (diff)
BROKEN on 6.0: Does not compile
Notes
Notes: svn path=/head/; revision=137291
Diffstat (limited to 'misc/globus2')
-rw-r--r--misc/globus2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/globus2/Makefile b/misc/globus2/Makefile
index c2aa4236b453..901fb04bfcc7 100644
--- a/misc/globus2/Makefile
+++ b/misc/globus2/Makefile
@@ -65,6 +65,10 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 600028
+BROKEN= "Does not build on FreeBSD >= 6.0"
+.endif
+
# XXX: We should build 64-bit flavors on 64-bit platforms, but the
# 32-bit flavors build there and the 64-bit ones don't. This probalby
# needs to be fixed in the globus repo.