diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-06-11 23:42:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-06-11 23:42:09 +0000 |
commit | 9ced61db1e8ab3e086bf86f7a3799780440b1a10 (patch) | |
tree | 0379639a72bd0d32bdc0bb844d5a1acd572084bd /misc | |
parent | 4cfed72665496fb817bd8121ba3932c5222b4a6d (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/globus2/Makefile | 4 |
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. |