diff options
-rw-r--r-- | ports-mgmt/portsnap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/freebsd-sha256/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portsnap/Makefile | 2 |
3 files changed, 3 insertions, 3 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 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 diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index 1dd306aba591..ba9c2a6d071d 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/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 |