diff options
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}/ |