From 26f212bc11f09fa2a85824bb97388eb62d4ce874 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 1 Aug 2001 09:01:48 +0000 Subject: 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 --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') 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) -- cgit