aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portsnap
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 /ports-mgmt/portsnap
parentb63de11415275c68e88e5ad802e9c38fa97fd8ad (diff)
downloadports-934c35876696d707982c213eb0955851e5ca0924.tar.gz
ports-934c35876696d707982c213eb0955851e5ca0924.zip
Notes
Diffstat (limited to 'ports-mgmt/portsnap')
-rw-r--r--ports-mgmt/portsnap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index 1dd306aba591..ba9c2a6d071d 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/portsnap/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600021
+.if ${OSVERSION} < 600021 && ( ${OSVERSION} < 504102 || ${OSVERSION} > 599999 )
RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256
.endif