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. --- security/amavis-perl/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'security/amavis-perl') diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index e042247595ed..008087add9b1 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -33,9 +33,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \ .if !defined(WITHOUT_AMAVIS_VSCAN) BUILD_DEPENDS+= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan .endif -.if !exists(/usr/bin/bzip2) -BUILD_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 -.endif RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -- cgit