diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-16 10:32:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-16 10:32:43 +0000 |
commit | ef3dec7c1a86bf21e6019b19388680b55d1a924c (patch) | |
tree | 2d778fd0064a8f2a4a0fa7d2a787f1e4498a4b29 | |
parent | Update python23 to Python 2.3.6 and python24 to Python 2.4.5. (diff) |
- Mark BROKEN on respective platforms
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=209146
-rw-r--r-- | sysutils/condor/Makefile | 8 |
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) |