diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 11:58:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 11:58:10 +0000 |
commit | 3783392432838a7b54df14464271bb20aa918875 (patch) | |
tree | 64cdefefcfaa32006563ad226aaac0331d779620 /biology | |
parent | - Remove unreachable OSVERSION code. (diff) |
Remove always-true condition due to OSVERSION
Notes
Notes:
svn path=/head/; revision=190115
Diffstat (limited to 'biology')
-rw-r--r-- | biology/dna-qc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/dna-qc/Makefile b/biology/dna-qc/Makefile index 3a21dff1e6bb..769aea8a7bcf 100644 --- a/biology/dna-qc/Makefile +++ b/biology/dna-qc/Makefile @@ -23,7 +23,7 @@ PROGRAMS= counter hybridize normalize random_clip random_line .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +.if ${ARCH} == "alpha" BROKEN= "Does not compile" .endif |