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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/dolly/Makefile | 4 | ||||
-rw-r--r-- | sysutils/stowES/Makefile | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/dolly/Makefile b/sysutils/dolly/Makefile index 9eb717e2e74c..c02c7371a333 100644 --- a/sysutils/dolly/Makefile +++ b/sysutils/dolly/Makefile @@ -42,10 +42,6 @@ do-install: # Correctly depend upon bzip2 if necessary .ifdef(WITH_BZIP2) -. if !exists(/usr/bin/bzip2) -RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -. endif - EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c .endif 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 |