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/dolly | |
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/dolly')
-rw-r--r-- | sysutils/dolly/Makefile | 4 |
1 files changed, 0 insertions, 4 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 |