diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
commit | b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61 (patch) | |
tree | b21bb163612ada27b794145017e435f07958d801 /sysutils/dolly | |
parent | 08971ff8e26db5201814efe67f53cd9d7bd86f08 (diff) | |
download | ports-b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61.tar.gz ports-b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61.zip |
Notes
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 |