aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-01 17:01:48 +0800
committerknu <knu@FreeBSD.org>2001-08-01 17:01:48 +0800
commit26f212bc11f09fa2a85824bb97388eb62d4ce874 (patch)
tree4c7d5df90d8cde73d82686fad2d421d60278dd99 /Mk
parent7d9d6be9687d549d7c75392f7d9eadb92fef94f3 (diff)
downloadfreebsd-ports-gnome-26f212bc11f09fa2a85824bb97388eb62d4ce874.tar.gz
freebsd-ports-gnome-26f212bc11f09fa2a85824bb97388eb62d4ce874.tar.zst
freebsd-ports-gnome-26f212bc11f09fa2a85824bb97388eb62d4ce874.zip
Do not build-depend on archivers/bzip2 if the system has
/usr/bin/bzip2, now that bzip2 is MFC'ed to 4-STABLE. Approved by: portmgr
Diffstat (limited to 'Mk')
-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 9a65bdfe19d8..91ff2f04f0ee 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -773,7 +773,7 @@ MANCOMPRESSED?= yes
MANCOMPRESSED?= no
.endif
-.if defined(USE_BZIP2) && ${OSVERSION} < 500021
+.if defined(USE_BZIP2) && !exists(/usr/bin/bzip2)
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
.if defined(USE_ZIP)