From 3783392432838a7b54df14464271bb20aa918875 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 16 Apr 2007 11:58:10 +0000 Subject: Remove always-true condition due to OSVERSION --- biology/dna-qc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology') 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 -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +.if ${ARCH} == "alpha" BROKEN= "Does not compile" .endif -- cgit v1.2.3