aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freebsd-sha256
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2005-06-24 14:08:09 +0000
committerColin Percival <cperciva@FreeBSD.org>2005-06-24 14:08:09 +0000
commit934c35876696d707982c213eb0955851e5ca0924 (patch)
tree1f8f0449502c89ac7be7e7edd5b384c26fbed672 /sysutils/freebsd-sha256
parentb63de11415275c68e88e5ad802e9c38fa97fd8ad (diff)
Notes
Diffstat (limited to 'sysutils/freebsd-sha256')
-rw-r--r--sysutils/freebsd-sha256/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freebsd-sha256/Makefile b/sysutils/freebsd-sha256/Makefile
index a12426d9fae6..cb3e883b95a4 100644
--- a/sysutils/freebsd-sha256/Makefile
+++ b/sysutils/freebsd-sha256/Makefile
@@ -22,7 +22,7 @@ PLIST_FILES= sbin/sha256
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 600020
+.if ${OSVERSION} > 600020 || ( ${OSVERSION} > 504101 && ${OSVERSION} < 600000 )
IGNORE= "sha256 now contained in the base system"
.endif