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 | aa0f192c4289ae4ff4c14d29798902cc1c0a8bc9 (diff) | |
download | ports-3783392432838a7b54df14464271bb20aa918875.tar.gz ports-3783392432838a7b54df14464271bb20aa918875.zip |
Notes
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 |