From 7dab2f9763d516eb883fa08e4e883419be73e866 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Sep 2001 13:01:29 +0000 Subject: Mark IGNORE for systems with bzip2 in the base. --- archivers/bzip2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 4e115bee03e1..8a58d6c6777c 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -14,6 +14,10 @@ MASTER_SITE_SUBDIR= bzip2/v100 MAINTAINER= ports@FreeBSD.org +.if exists(/usr/bin/bzip2) +IGNORE= bzip2 is in the base system +.endif + INSTALLS_SHLIB= yes MAN1= bzip2.1 -- cgit