From edc6033a2d43471c230e0ae6f33bcd947eb4e77d Mon Sep 17 00:00:00 2001 From: Akinori MUSHA 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/bsd.port.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 v1.2.3