From a927e41cd09664e6e50100c4665b3194a209c60e Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 14 Nov 2005 10:56:29 +0000 Subject: Remove explicit checks for /usr/bin/bzip2. This has been part of the base OS since 4.4. --- sysutils/stowES/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysutils/stowES') diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index 20edcc73695f..b455affc6113 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -16,9 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= stow Enhancement Script RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow -.if !exists(/usr/bin/bzip2) -RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -.endif USE_PERL5= yes USE_GMAKE= yes -- cgit