summaryrefslogtreecommitdiff
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
parentUpdate to 0.70 (diff)
Update to reflect the addition of sha256 to the RELENG_5 base system.
Simultaneously approved by: simon, tobez
Notes
Notes: svn path=/head/; revision=137978
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