aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-04-16 19:58:10 +0800
committeredwin <edwin@FreeBSD.org>2007-04-16 19:58:10 +0800
commit205748b9bd592d0de08edce2f8ce6908cbcb3b07 (patch)
treebbb02180a64edcc83b6b9571e0c10182aa68129e /biology
parent25cd83d09f78468196e3f18b7e1673853c856121 (diff)
downloadfreebsd-ports-gnome-205748b9bd592d0de08edce2f8ce6908cbcb3b07.tar.gz
freebsd-ports-gnome-205748b9bd592d0de08edce2f8ce6908cbcb3b07.tar.zst
freebsd-ports-gnome-205748b9bd592d0de08edce2f8ce6908cbcb3b07.zip
Remove always-true condition due to OSVERSION
Diffstat (limited to 'biology')
-rw-r--r--biology/dna-qc/Makefile2
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