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 /archivers/dact | |
parent | Update to 0.45. (diff) |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
Notes
Notes:
svn path=/head/; revision=148214
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index a25a8a3c6567..034793b76cb5 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -17,9 +17,6 @@ COMMENT= Dynamic Adaptive Compression Tool LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ lzo.1:${PORTSDIR}/archivers/lzo -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif USE_GETOPT_LONG= yes USE_GMAKE= yes |