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 | 7a90a036a7503a3d0e99b4faa62ad5f619131a12 (diff) | |
download | ports-ef3dec7c1a86bf21e6019b19388680b55d1a924c.tar.gz ports-ef3dec7c1a86bf21e6019b19388680b55d1a924c.zip |
Notes
-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) |