aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-16 18:32:43 +0800
committerpav <pav@FreeBSD.org>2008-03-16 18:32:43 +0800
commit5e2c2597211c9937eabaa658d8b94025d661d8ca (patch)
treeb7f04cc9cbf0a4d42c3b39b49e21f79267d9926c
parent016c672e741d9155de315f07541480283e8b7b8f (diff)
downloadfreebsd-ports-gnome-5e2c2597211c9937eabaa658d8b94025d661d8ca.tar.gz
freebsd-ports-gnome-5e2c2597211c9937eabaa658d8b94025d661d8ca.tar.zst
freebsd-ports-gnome-5e2c2597211c9937eabaa658d8b94025d661d8ca.zip
- Mark BROKEN on respective platforms
Reported by: pointyhat
-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)