diff options
-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 |