diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |