summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6e849d1b72ff..4644673800c3 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -766,7 +766,7 @@ MANCOMPRESSED?= yes
MANCOMPRESSED?= no
.endif
-.if defined(USE_BZIP2)
+.if defined(USE_BZIP2) && ${OSVERSION} < 500021
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
.if defined(USE_ZIP)