summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/condor/Makefile8
1 files changed, 6 insertions, 2 deletions
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 <bsd.port.pre.mk>
-.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)