diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-14 18:56:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-14 18:56:29 +0800 |
commit | a927e41cd09664e6e50100c4665b3194a209c60e (patch) | |
tree | cd1f7dc5c6176753f3fba6fd58d91417971fd80d /security/amavis-perl | |
parent | e3b085d2a04ff627f6a4004c9b12032c450fdf42 (diff) | |
download | freebsd-ports-gnome-a927e41cd09664e6e50100c4665b3194a209c60e.tar.gz freebsd-ports-gnome-a927e41cd09664e6e50100c4665b3194a209c60e.tar.zst freebsd-ports-gnome-a927e41cd09664e6e50100c4665b3194a209c60e.zip |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
Diffstat (limited to 'security/amavis-perl')
-rw-r--r-- | security/amavis-perl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |