diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /sysutils/condor | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225335
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index a51bb6b30021..2055915f2bef 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -29,10 +29,6 @@ USE_PERL5_BUILD= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BROKEN= Does not compile -.endif - .if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 BROKEN= Does not compile .endif |