diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 764990806a44..50a64193dd78 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -29,8 +29,12 @@ USE_PERL5_BUILD= yes .include -.if defined(PACKAGE_BUILDING) -#IGNORE= requires fully qualified hostname +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= Does not compile .endif .if defined(WITHOUT_SUBMIT_NODE)