diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2004-05-05 14:08:50 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2004-05-05 14:08:50 +0000 |
commit | 23eb9683648e7787c32248717caaf34c7fdf0a9b (patch) | |
tree | 97a67747e7559ae9c35c9ab0b22abd326c0f297c /misc | |
parent | Add p5-Class-DBI-Untaint 0.01, Class::DBI constraints using (diff) |
Globus2 is not actually broken on 4.x.
Submitted by: bento
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=108456
Diffstat (limited to 'misc')
-rw-r--r-- | misc/globus2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/globus2/Makefile b/misc/globus2/Makefile index 448a5f52c77d..6deee72ecf71 100644 --- a/misc/globus2/Makefile +++ b/misc/globus2/Makefile @@ -77,9 +77,6 @@ BASE_FLAVOR= gcc32dbg .if ${ARCH} == amd64 IGNORE= Autoconf breakage due to x86_64 vs amd64 .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif PLIST_SUB+= BASE_FLAVOR=${BASE_FLAVOR} PLIST_SUB+= GLOBUS_BASE=${GLOBUS_BASE}/ |